Skip to content

Update arkedge/workflows-c2a action to v4 - autoclosed #369

Update arkedge/workflows-c2a action to v4 - autoclosed

Update arkedge/workflows-c2a action to v4 - autoclosed #369

Workflow file for this run

name: Build
on:
push:
branches:
- main
- develop
pull_request:
jobs:
minimum_user:
name: minimum user
uses: arkedge/workflows-c2a/.github/workflows/build.yml@v4.1.0
with:
c2a_dir: Examples/minimum_user
c2a_custom_setup: |
cd ../..
pwd
ls -l
if [ $RUNNER_OS = 'Windows' ]; then
cmd "/C setup.bat"
else
./setup.sh
fi
second_obc_user:
name: 2nd obc user
uses: arkedge/workflows-c2a/.github/workflows/build.yml@v4.1.0
with:
c2a_dir: Examples/2nd_obc_user
c2a_custom_setup: |
cd ../..
pwd
ls -l
if [ $RUNNER_OS = 'Windows' ]; then
cmd "/C setup.bat"
else
./setup.sh
fi