Merge pull request #222 from teverett/master

enable CI build on os x
This commit is contained in:
Tom Everett
2020-06-11 19:56:57 -06:00
committed by GitHub
+14 -6
View File
@@ -6,12 +6,8 @@ on:
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest]
fail-fast: false
build-ubuntu:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
@@ -21,3 +17,15 @@ jobs:
- name: build
run: make clean;make alt; make clean; make
build-macos:
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- name: get DateTime
run: sudo cpan -i DateTime
- name: build
run: make clean;make alt; make clean; make