Skip to content

Migrated BitBucket repo and added GitHub Action #1

Migrated BitBucket repo and added GitHub Action

Migrated BitBucket repo and added GitHub Action #1

Workflow file for this run

name: cpp11-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
run: |
cp -r /home/feabhas/projects/cmake-host .
cd cmake-host
bash ./build-one.sh --all