Skip to content

Adjusted indent in recept #15

Adjusted indent in recept

Adjusted indent in recept #15

Workflow file for this run

name: SMake Tests
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
submodules: recursive
- name: Install SMake
run: |
./build.sh --install
make clean
- name: Re-install project using smake
run: |
smake && make
sudo make install
- name: Generate new project and run
run: |
mkdir test
cd test
smake -I
make
./test