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 4, 2020
1 parent 204bf33 commit a18e6bf
Showing 1 changed file with 12 additions and 9 deletions.
21 changes: 12 additions & 9 deletions .github/workflows/make.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
name: make

on: [push]

on:
push:
branches: [master]
env:
# Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)
BUILD_TYPE: Release
Expand Down Expand Up @@ -35,7 +36,7 @@ jobs:
prerelease: false

build:
needs: create_release
needs: create_release
strategy:
fail-fast: false
matrix:
Expand All @@ -55,12 +56,14 @@ jobs:
f77: x86_64-w64-mingw32-gfortran
config_flags: --build=x86_64-pc-linux-gnu --host=x86_64-w64-mingw32
outputs: bin share
- name: windows-f2c
runs_on: ubuntu-latest
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
outputs: bin share
# F2C doesn't work for Windows, use gfortran instead
# will figure this out when possible
# - name: windows-f2c
# runs_on: ubuntu-latest
# 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
# outputs: bin share
- name: macos-gfortran
runs_on: macos-latest
packages: automake libtool
Expand Down

0 comments on commit a18e6bf

Please sign in to comment.