Skip to content

Commit

Permalink
Autotests built with projects (only in debug, for integrity)
Browse files Browse the repository at this point in the history
  • Loading branch information
Str1ker17 committed Aug 8, 2018
1 parent cb849a3 commit 79c5952
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ matrix:
- name: GCC
env: CC=gcc CC_ARCH=x64_gcc
before_script:
script: CONFIG=debug make && make
script: CONFIG=debug make projects tests && make
- name: Clang
env: CC=clang CC_ARCH=x64_clang
before_script:
script: CONFIG=debug make && make
script: CONFIG=debug make projects tests && make
- name: Linaro ARM
env:
- CROSS_COMPILE="$(pwd)/gcc-linaro-4.9-2016.02-x86_64_arm-linux-gnueabihf/bin/arm-linux-gnueabihf-gcc"
Expand All @@ -21,7 +21,7 @@ matrix:
- wget -nv http://releases.linaro.org/components/toolchain/binaries/4.9-2016.02/arm-linux-gnueabihf/gcc-linaro-4.9-2016.02-x86_64_arm-linux-gnueabihf.tar.xz
- tar -xf gcc-linaro-4.9-2016.02-x86_64_arm-linux-gnueabihf.tar.xz --checkpoint=.100
script:
- CONFIG=debug make -f Makefile.ARM
- CONFIG=debug make -f Makefile.ARM projects tests
- make -f Makefile.ARM
- name: OpenWRT MIPS
env:
Expand All @@ -33,7 +33,7 @@ matrix:
- wget -nv https://downloads.openwrt.org/releases/17.01.4/targets/ar71xx/generic/lede-sdk-17.01.4-ar71xx-generic_gcc-5.4.0_musl-1.1.16.Linux-x86_64.tar.xz
- tar -xf lede-sdk-17.01.4-ar71xx-generic_gcc-5.4.0_musl-1.1.16.Linux-x86_64.tar.xz --checkpoint=.100
script:
- CONFIG=debug make -f Makefile.MIPS
- CONFIG=debug make -f Makefile.MIPS projects tests
- make -f Makefile.MIPS
before_deploy: mkdir release && cd bin && ls -1 . | zip -9o@ ../release/bcs-$CC_ARCH.zip && cd .. && ls -1 release/*
deploy:
Expand Down

0 comments on commit 79c5952

Please sign in to comment.