Skip to content

Commit

Permalink
Add different versions
Browse files Browse the repository at this point in the history
  • Loading branch information
traversaro authored Feb 18, 2020
1 parent 81a4a37 commit 2167c1c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,14 @@ on:
# Execute a "nightly" build at 2 AM UTC
- cron: '0 2 * * *'


jobs:
build:
name: '[${{ matrix.vcpkg_version }}]'
strategy:
fail-fast: false
matrix:
vcpkg_version: [master, 2020.01, 2019.12]

runs-on: windows-latest

Expand All @@ -21,6 +27,8 @@ jobs:
run: |
mkdir C:/vcpkg-test
git clone https://github.com/microsoft/vcpkg C:/vcpkg-test/vcpkg
cd C:/vcpkg-test/vcpkg
git checkout ${{ matrix.vcpkg_version }}
C:/vcpkg-test/vcpkg/bootstrap-vcpkg.sh
C:/vcpkg-test/vcpkg/vcpkg.exe --overlay-ports=${GITHUB_WORKSPACE} install --triplet x64-windows ipopt-binary
# Try to install another library to check if the installation is ok
Expand Down

0 comments on commit 2167c1c

Please sign in to comment.