diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml new file mode 100644 index 0000000..c465285 --- /dev/null +++ b/.github/workflows/main.yml @@ -0,0 +1,17 @@ +name: Compile udpgame +on: + workflow_dispatch: + push: + branches: [ main ] + pull_request: + +jobs: + build: + runs-on: ubuntu-latest + steps: + - nane: Install build dependencies + - run: sudo apt-get install -qq libglew-dev libsdl2-image-dev libglm-dev + libprotobuf-dev protobuf-compiler libfreetype-dev libsdl2-dev + + - nane: Build udpgame + - run: make -j