summaryrefslogtreecommitdiffstats
path: root/third_party/rust/rlbox_lucet_sandbox/.travis.yml
blob: 0c4a38fc281ef64fcef8b4aadcd838416dcc51c6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
dist: bionic
language: rust

script:
  # Install a more recent cmake
  - wget https://cmake.org/files/v3.16/cmake-3.16.0-Linux-x86_64.tar.gz
  - tar xzvf cmake-3.16.0-Linux-x86_64.tar.gz
  - mkdir ./build
  - cd ./build
  - ../cmake-3.16.0-Linux-x86_64/bin/cmake -S ..
  - make
  - make test