Skip to content

Commit

Permalink
Update make.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AWehrhahn authored Dec 2, 2020
1 parent edefa15 commit b4fd45a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/make.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
build:
needs: create_release
strategy:
fail-fast: false
matrix:
include:
- name: ubuntu-gfortran
Expand All @@ -59,6 +60,7 @@ jobs:
packages: f2c mingw-w64 mingw-w64-tools mingw-w64-common gcc-mingw-w64 gcc-mingw-w64-x86-64 g++-mingw-w64 g++-mingw-w64-x86-64
cxx: x86_64-w64-mingw32-gcc
config_flags: --build=x86_64-pc-linux-gnu --host=x86_64-w64-mingw32
install_flags: -I/usr/include/
outputs: bin share

# The CMake configure and build commands are platform agnostic and should work equally
Expand Down Expand Up @@ -96,7 +98,7 @@ jobs:
env:
CXX: ${{ matrix.cxx }}
F77: ${{ matrix.f77 }}
run: make install
run: make install ${{ matrix.install_flags }}

- name: Zip data # This would actually build your project, using zip for an example artifact
run: zip -r ${{ matrix.name }} ${{ matrix.outputs }}
Expand Down

0 comments on commit b4fd45a

Please sign in to comment.