Skip to content

Commit

Permalink
test enigma
Browse files Browse the repository at this point in the history
  • Loading branch information
fundies committed Jan 30, 2020
1 parent b245edc commit becfc8c
Showing 1 changed file with 21 additions and 5 deletions.
26 changes: 21 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,25 @@ install:
- popd

env:
- CXX=g++-9
global:
- CXX=g++-9

jobs:
- stage: JDI Tests
env: CMAKE_AND_GTEST=1
script:
- cmake CMakeLists.txt
- make
- bin/Test/JustDefineIt
- stage: JDI Tests
env: ENIGMA_MASTER_TEST=1
install:
- sudo apt-get -y install g++-9 libprotobuf-dev protobuf-compiler libpng-dev zlib1g-dev
script:
- git clone --depth 1 https://github.com/enigma-dev/enigma-dev.git /tmp/enigma-dev
- pushd /tmp/enigma-dev
- rm -rf CompilerSource/JDI
- cp -R ${TRAVIS_BUILD_DIR} CompilerSource/JDI
- make
- popd

script:
- cmake CMakeLists.txt
- make
- bin/Test/JustDefineIt

0 comments on commit becfc8c

Please sign in to comment.