mirror of
https://github.com/wiiu-env/wut.git
synced 2025-01-07 14:08:15 +01:00
Build tests on travis
This commit is contained in:
parent
0750d60693
commit
0aaaba212a
10
.travis.yml
10
.travis.yml
@ -48,11 +48,17 @@ script:
|
|||||||
- make -j4 install
|
- make -j4 install
|
||||||
- export WUT_ROOT=$PWD/wut_install
|
- export WUT_ROOT=$PWD/wut_install
|
||||||
- cd ../
|
- cd ../
|
||||||
|
- chmod +x $WUT_ROOT/bin/elf2rpl
|
||||||
|
# Build tests
|
||||||
|
- cd tests
|
||||||
|
- mkdir build && cd build
|
||||||
|
- cmake ../
|
||||||
|
- make -j4 VERBOSE=TRUE
|
||||||
|
- cd ../../
|
||||||
# Build samples
|
# Build samples
|
||||||
- cd samples
|
- cd samples
|
||||||
- mkdir build && cd build
|
- mkdir build && cd build
|
||||||
- chmod +x $WUT_ROOT/bin/elf2rpl
|
- cmake -DCMAKE_INSTALL_PREFIX=$WUT_ROOT/samples ../
|
||||||
- cmake -DCMAKE_TOOLCHAIN_FILE=$WUT_ROOT/share/wut.toolchain.cmake -DCMAKE_INSTALL_PREFIX=$WUT_ROOT/samples ../
|
|
||||||
- make -j4 VERBOSE=TRUE install
|
- make -j4 VERBOSE=TRUE install
|
||||||
- cd ../../
|
- cd ../../
|
||||||
# Create deploy zips
|
# Create deploy zips
|
||||||
|
Loading…
Reference in New Issue
Block a user