Skip to content

doc: forcing compilation for pages test #47

doc: forcing compilation for pages test

doc: forcing compilation for pages test #47

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Install dependencies
run: sudo apt-get update && sudo apt-get install -y build-essential
- name: Build with Makefile
run: make -f make/makefile
- name: Upload compiled binaries
uses: actions/upload-artifact@v3
with:
name: compiled-binaries
path: |
**/*
**/*