diff --git a/.github/workflows/osx.yml b/.github/workflows/osx.yml new file mode 100644 index 00000000..ed7e376f --- /dev/null +++ b/.github/workflows/osx.yml @@ -0,0 +1,21 @@ +name: OS X + +on: + push: + branches: + - master + +jobs: + build: + name: GPXSee + runs-on: macos-10.15 + steps: + - name: Checkout + uses: actions/checkout@v2 + - name: Install dependencies + run: brew install qt5 + - name: Configure build + run: lrelease gpxsee.pro + run: qmake gpxsee.pro + - name: Build project + run: make -j3