mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-18 16:27:34 +01:00
[scripts] Fix the Travis build
This commit is contained in:
committed by
LeaNumworks
parent
160f202860
commit
69b1d37e64
@@ -23,4 +23,4 @@ os: linux
|
||||
script:
|
||||
- set -e
|
||||
- make clean && make epsilon.$EXT test.$EXT
|
||||
- if [ "$PLATFORM" = "blackbox" ]; then ./test.$EXT; PLATFORM=blackbox make integration_tests; fi
|
||||
- if [ "$PLATFORM" = "blackbox" ]; then build/blackbox/test.$EXT; PLATFORM=blackbox make integration_tests; fi
|
||||
|
||||
Reference in New Issue
Block a user