Skip to content

Updated README to include course title #6

Updated README to include course title

Updated README to include course title #6

Workflow file for this run

name: cpp20-302 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: exercises
fetch-depth: 1
- name: build datalogger template
run: |
cp -r /home/feabhas/projects/cmake-host .
sed -i '/CMAKE_CXX_STANDARD 17/s/17/23/' cmake-host/CMakeLists.txt
cp -r exercises/templates/datalogger/* cmake-host
cd cmake-host
bash ./build.sh
- name: build solutions
run: |
cd cmake-host
bash ./build-one.sh --all