Skip to content

Merge pull request #1 from jos-felipe/cwd #6

Merge pull request #1 from jos-felipe/cwd

Merge pull request #1 from jos-felipe/cwd #6

Workflow file for this run

name: CMake
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
global_job:
runs-on: ubuntu-latest
name: cmake
steps:
- uses: actions/checkout@v3
- run: make && make re && make fclean