From 1c78e3aac0fa023123d2fc7a66d4f90679c900d1 Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Thu, 3 Dec 2020 10:47:26 -0500 Subject: [PATCH] first test for GitHub actions --- .github/workflows/build.yml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 .github/workflows/build.yml diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml new file mode 100644 index 00000000..99f1930d --- /dev/null +++ b/.github/workflows/build.yml @@ -0,0 +1,22 @@ +name: Build and test GAM + +on: + push: + branches: [ master ] + schedule: + - cron: '37 22 * * *' + +jobs: + runs-on: ${{ matrix.os }} + strategy: + matrix: + os: [ubuntu-16.04, ubuntu-18.04, ubuntu-20.04, macos-10.15, windows-2019] + include: + - os: windows-2019 + - 32_bit: true + steps: + - name: Show env + - run: | + set + ls + uname -a