mirror of
https://github.com/vortexgpgpu/vortex.git
synced 2025-04-23 21:39:10 -04:00
MINOR UPDATE
This commit is contained in:
parent
42202e2940
commit
f4202868bc
1 changed files with 2 additions and 1 deletions
|
@ -61,8 +61,9 @@ jobs:
|
|||
rm -rf $TRAVIS_BUILD_DIR/third_party;
|
||||
cp -r $HOME/third_party $TRAVIS_BUILD_DIR;
|
||||
fi
|
||||
script:
|
||||
before_script:
|
||||
- source $HOME/build32/ci/toolchain_env.sh
|
||||
script:
|
||||
- make -C $HOME/build32 build -s > /dev/null
|
||||
- make -C $HOME/build64 build -s > /dev/null
|
||||
- stage: test
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue