integrate lock-free queue into CI
This commit is contained in:
parent
db585083bb
commit
2618bd21a7
|
@ -33,6 +33,11 @@ jobs:
|
||||||
cd ${{ github.workspace }}
|
cd ${{ github.workspace }}
|
||||||
wget https://www.dropbox.com/s/4pckqsjnl920gpn/cuda-10.1.tar.gz?dl=1
|
wget https://www.dropbox.com/s/4pckqsjnl920gpn/cuda-10.1.tar.gz?dl=1
|
||||||
tar -xzf 'cuda-10.1.tar.gz?dl=1'
|
tar -xzf 'cuda-10.1.tar.gz?dl=1'
|
||||||
|
- name: Download lock-free queue header file
|
||||||
|
run: |
|
||||||
|
cd ${{ github.workspace }}
|
||||||
|
cd runtime/threadPool
|
||||||
|
git clone git@github.com:cameron314/concurrentqueue.git
|
||||||
- name: Build project
|
- name: Build project
|
||||||
run: |
|
run: |
|
||||||
mkdir build
|
mkdir build
|
||||||
|
|
Loading…
Reference in New Issue