tipe/.github/workflows/compilation.yml

18 lines
236 B
YAML
Raw Normal View History

2022-04-22 15:22:51 +02:00
name: Compile all
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Compile all
run: ./make.sh build all