Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
GiulioRomualdi authored Aug 31, 2019
1 parent 05220c8 commit a845d4a
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,10 @@ jobs:
run: |
export DEBIAN_FRONTEND=noninteractive
sudo apt-get install -y clang wget unzip build-essential cmake libeigen3-dev git
- name: Source-based Dependencies
- name: Source-based Dependencies - Google Test [Ubuntu and macOS]
if: matrix.os == 'ubuntu-latest' || matrix.os == 'macOS-latest'
shell: bash
run: |
wget https://github.com/google/googletest/archive/release-1.8.0.zip
Expand All @@ -48,7 +50,10 @@ jobs:
cmake -DCMAKE_INSTALL_PREFIX=${GITHUB_WORKSPACE}/install -DBUILD_GTEST=ON -DBUILD_SHARED_LIBS=ON ..
cmake --build . --config ${{ matrix.build_type }} --target install
cd ../..
- name: Source-based Dependencies - osqp
shell: bash
run: |
git clone --recursive https://github.com/oxfordcontrol/osqp.git
cd osqp
mkdir build
Expand Down

0 comments on commit a845d4a

Please sign in to comment.