Skip to content

Commit

Permalink
Add linux config to .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
paxbun committed Oct 25, 2021
1 parent 2fcc8e4 commit 2039708
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,19 @@ matrix:
- export PATH=$MSBUILD_PATH:$PATH
- cargo build --release --workspace
- ./target/release/laplace-eq-therm-server.exe
- ./target/release/laplace-eq-therm-client.exe
- ./target/release/laplace-eq-therm-client.exe
- name: Ubuntu 18.04 LTS + GCC
os: linux
dist: bionic
sudo: required
install:
- sudo apt-get install build-essential
- sudo apt-get install pkg-config
- sudo apt-get install libudev-dev
- sudo apt-get install libssl-dev
- sudo apt-get install libclang-8-dev
script:
- export BINDGEN_EXTRA_CLANG_ARGS=-std=c++17
- cargo build --release --workspace
- ./target/release/laplace-eq-therm-server
- ./target/release/laplace-eq-therm-client

0 comments on commit 2039708

Please sign in to comment.