Skip to content

Commit

Permalink
update compilers
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhar-abbas committed Mar 29, 2021
1 parent 9c523dd commit f20dcdb
Showing 1 changed file with 17 additions and 3 deletions.
20 changes: 17 additions & 3 deletions .github/workflows/CI_rosco.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,30 @@ jobs:
python-version: ["3.8"]
defaults:
run:
if: true == contains( matrix.os, 'windows')
shell: pwsh
if: false == contains( matrix.os, 'windows')
shell: bash -l {0}

steps:
- name: Checkout repository and submodules
- name: Checkout repository
uses: actions/checkout@v2
with:
submodules: recursive

# Install compilers
- name: Add dependencies ubuntu specific
if: false == contains( matrix.os, 'windows')
run: |
conda install -y compilers
# Install compilers
- name: Add dependencies ubuntu specific
if: true == contains( matrix.os, 'windows')
run: |
conda install -y m2w64-toolchain
# Install ROSCO toolbox
- name: Compile ROSCO
shell: pwsh
run: |
mkdir build
cd build
Expand Down

0 comments on commit f20dcdb

Please sign in to comment.