Skip to content

Move CI pipeline from Travis to a GitHub workflow #1

Move CI pipeline from Travis to a GitHub workflow

Move CI pipeline from Travis to a GitHub workflow #1

Workflow file for this run

name: Compile udpgame
on:
workflow_dispatch:
push:
branches: [ main ]
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- run: sudo apt-get install -qq libglew-dev libsdl2-image-dev libglm-dev
libprotobuf-dev protobuf-compiler libfreetype-dev libsdl2-dev