Skip to content

Update build.yml

Update build.yml #3

Workflow file for this run

name: C/C++ CI
on:
push:
branches: [ "devel", "feat/ci" ]
pull_request:
branches: [ "devel" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Check out equilibrium src
uses: actions/checkout@v4
with:
repository: Force67/equilibrium
ref: devel5
token: ${{ secrets.GH_TOKEN }}
- name: Check out aki
uses: actions/checkout@v4
with:
repository: aki-language/aki
ref: devel
token: ${{ secrets.GH_TOKEN }}
path: "equilibrium/projects/aki"
- uses: cachix/install-nix-action@v27
with:
github_access_token: ${{ secrets.GH_TOKEN }}
- name: Generate Makefile
run: |
ll
cd equilibrium/build
./premake_linux.sh debug
- name: Build
run: |
cd equilibrium/out/gmake2
nix develop --ignore-environment --command make akitrans