diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml new file mode 100644 index 0000000..04b6360 --- /dev/null +++ b/.github/workflows/build.yml @@ -0,0 +1,22 @@ +name: Build + +on: [push, pull_request] + +defaults: + run: + shell: bash + +jobs: + build: + runs-on: ${{ matrix.os }} + strategy: + matrix: + os: [macos-10.15, ubuntu-18.04] + steps: + - uses: actions/checkout@v2 + - name: Install X11 dependencies on MacOS + if: ${{ runner.os == 'macOS'}} + run: brew cask install xquartz + - name: Build + working-directory: bin + run: ./makeright x