Skip to content

Exercise solutions aligned with new exercises based on ac++11-502 #3

Exercise solutions aligned with new exercises based on ac++11-502

Exercise solutions aligned with new exercises based on ac++11-502 #3

Workflow file for this run

name: acpp11-401 exercises
on: [push]
jobs:
build:
runs-on: ubuntu-latest
environment: build
container:
image: feabhas/ubuntu-projects:latest
options: -u 1001
steps:
- name: checkout
uses: actions/checkout@v4
with:
sparse-checkout: solutions
fetch-depth: 1
- name: build solutions
run: |
cp -r /home/feabhas/projects/cmake-host .
cd cmake-host
bash ./build-one.sh --all