Skip to content

Update compilation.yml #13

Update compilation.yml

Update compilation.yml #13

Workflow file for this run

name: CI
on:
push:
pull_request:
repository_dispatch:
types: [run_build]
jobs:
build:
runs-on: ubuntu-latest
container: ${{ github.repository_owner }}/gskit:latest
steps:
- uses: actions/checkout@v4
- name: Install dependencies
run: |
apk add build-base git
- name: Compile project
run: |
make clean all install