From 27bd2fe6debeb2f7657ff327a30b7c2104ee8c78 Mon Sep 17 00:00:00 2001 From: Volodymyr Shymanskyy Date: Fri, 13 Dec 2019 12:23:48 +0200 Subject: [PATCH] Add macos test --- .github/workflows/spec-tests-macos.yml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 .github/workflows/spec-tests-macos.yml diff --git a/.github/workflows/spec-tests-macos.yml b/.github/workflows/spec-tests-macos.yml new file mode 100644 index 0000000..c4bcd59 --- /dev/null +++ b/.github/workflows/spec-tests-macos.yml @@ -0,0 +1,22 @@ +name: spec tests macos + +on: [push] + +jobs: + build-mac: + runs-on: macos-latest + + steps: + - uses: actions/checkout@v1 + - name: configure + run: | + mkdir build + cd build + cmake .. + - name: make + run: | + cmake --build build + - name: test + run: | + cd test + ./run-spec-test.py