Skip to content

Commit

Permalink
Add GH Action workflow for nob.
Browse files Browse the repository at this point in the history
  • Loading branch information
iglesias committed Apr 15, 2024
1 parent f730b28 commit 47c00ea
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/nob.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: nob
run-name: ${{ github.actor }} is building with nobuild
on:
push:
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v4

- name: Build with nob
- run: |
g++ -std=c++20 -fpermissive -o nob nob.cpp
./nob

0 comments on commit 47c00ea

Please sign in to comment.