Skip to content

Commit

Permalink
enable TTCN3 and 5GNR for Travis builds
Browse files Browse the repository at this point in the history
  • Loading branch information
andrepuschmann committed Feb 24, 2020
1 parent 830dffb commit 0272506
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ script:
fi
- mkdir build
- cd build
- cmake -DRF_FOUND=True -G Ninja ..
- cmake -DENABLE_5GNR=True -DENABLE_TTCN3=True -DRF_FOUND=True -G Ninja ..
- ninja
- ninja test
- sudo ninja install

0 comments on commit 0272506

Please sign in to comment.