updates to macOS and Linux CIs
parent
808c043e73
commit
1e3ca015f0
|
@ -52,9 +52,8 @@ jobs:
|
||||||
sudo add-apt-repository "deb http://apt.llvm.org/bionic/ llvm-toolchain-bionic-9 main"
|
sudo add-apt-repository "deb http://apt.llvm.org/bionic/ llvm-toolchain-bionic-9 main"
|
||||||
fi
|
fi
|
||||||
sudo apt-get -y update
|
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)"
|
echo "::set-env name=BOOST_ROOT::$(echo $BOOST_ROOT_1_69_0)"
|
||||||
|
|
||||||
|
@ -74,4 +73,4 @@ jobs:
|
||||||
- name: Build (Linux)
|
- name: Build (Linux)
|
||||||
if: runner.os == 'Linux'
|
if: runner.os == 'Linux'
|
||||||
run: |
|
run: |
|
||||||
bash .travis.sh -t
|
bash .github/scripts/nix.sh -t
|
|
@ -1,4 +1,4 @@
|
||||||
name: CI macOS
|
name: macOS CI
|
||||||
|
|
||||||
on: [pull_request]
|
on: [pull_request]
|
||||||
|
|
||||||
|
@ -48,4 +48,4 @@ jobs:
|
||||||
- name: Build (macOS)
|
- name: Build (macOS)
|
||||||
if: runner.os == 'macOS'
|
if: runner.os == 'macOS'
|
||||||
run: |
|
run: |
|
||||||
bash .travis.sh -t
|
bash .github/scripts/nix.sh -t
|
Loading…
Reference in New Issue