updates to macOS and Linux CIs

release/4.3a0
Varun Agrawal 2020-08-15 16:01:40 -05:00
parent 808c043e73
commit 1e3ca015f0
2 changed files with 4 additions and 5 deletions

View File

@ -52,9 +52,8 @@ jobs:
sudo add-apt-repository "deb http://apt.llvm.org/bionic/ llvm-toolchain-bionic-9 main"
fi
sudo apt-get -y update
sudo apt-get -y upgrade
sudo apt install cmake g++-9 clang-9 build-essential pkg-config libpython-dev python-numpy
sudo apt install cmake build-essential pkg-config libpython-dev python-numpy
echo "::set-env name=BOOST_ROOT::$(echo $BOOST_ROOT_1_69_0)"
@ -74,4 +73,4 @@ jobs:
- name: Build (Linux)
if: runner.os == 'Linux'
run: |
bash .travis.sh -t
bash .github/scripts/nix.sh -t

View File

@ -1,4 +1,4 @@
name: CI macOS
name: macOS CI
on: [pull_request]
@ -48,4 +48,4 @@ jobs:
- name: Build (macOS)
if: runner.os == 'macOS'
run: |
bash .travis.sh -t
bash .github/scripts/nix.sh -t