update CI/CD
This commit is contained in:
parent
8df75daf25
commit
9cbbad3c4b
|
@ -33,6 +33,10 @@ 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 external files
|
||||||
|
run: |
|
||||||
|
git submodule init
|
||||||
|
git submodule update
|
||||||
- name: Build project
|
- name: Build project
|
||||||
run: |
|
run: |
|
||||||
mkdir build
|
mkdir build
|
||||||
|
@ -42,7 +46,7 @@ jobs:
|
||||||
- name: clone SC evaluation code
|
- name: clone SC evaluation code
|
||||||
run: |
|
run: |
|
||||||
cd ${{ github.workspace }}
|
cd ${{ github.workspace }}
|
||||||
git clone --recursive https://github.com/drcut/SC_evaluate
|
git clone https://github.com/drcut/SC_evaluate
|
||||||
- name: Download data used to verify
|
- name: Download data used to verify
|
||||||
run: |
|
run: |
|
||||||
cd ${{ github.workspace }}/SC_evaluate/Hetero-cox
|
cd ${{ github.workspace }}/SC_evaluate/Hetero-cox
|
||||||
|
|
Loading…
Reference in New Issue