File tree Expand file tree Collapse file tree 3 files changed +16
-10
lines changed
Expand file tree Collapse file tree 3 files changed +16
-10
lines changed Original file line number Diff line number Diff line change 1- name : " Nix "
1+ name : Clang
22on :
33 pull_request :
44 push :
55jobs :
6- gcc-build :
7- runs-on : ubuntu-latest
8- steps :
9- - uses : actions/checkout@v4
10- - uses : cachix/install-nix-action@v31
11- with :
12- github_access_token : ${{ secrets.GITHUB_TOKEN }}
13- - run : nix flake check
146 clang-build :
157 runs-on : macos-latest
168 steps :
Original file line number Diff line number Diff line change 1+ name : GCC
2+ on :
3+ pull_request :
4+ push :
5+ jobs :
6+ gcc-build :
7+ runs-on : ubuntu-latest
8+ steps :
9+ - uses : actions/checkout@v4
10+ - uses : cachix/install-nix-action@v31
11+ with :
12+ github_access_token : ${{ secrets.GITHUB_TOKEN }}
13+ - run : nix flake check
Original file line number Diff line number Diff line change 11# Archetype
22
3- [ ![ GCC Build] ( https://github.com/williamhaarhoff/archetype/actions/workflows/nix.yml/badge.svg )] ( https://github.com/williamhaarhoff/archetype/actions/workflows/nix.yml )
3+ [ ![ GCC Build] ( https://github.com/williamhaarhoff/archetype/actions/workflows/ubuntu.yml/badge.svg )] ( https://github.com/williamhaarhoff/archetype/actions/workflows/ubuntu.yml )
4+ [ ![ Clang Build] ( https://github.com/williamhaarhoff/archetype/actions/workflows/macos.yml/badge.svg )] ( https://github.com/williamhaarhoff/archetype/actions/workflows/macos.yml )
45[ ![ MSVC Build] ( https://github.com/williamhaarhoff/archetype/actions/workflows/windows.yml/badge.svg )] ( https://github.com/williamhaarhoff/archetype/actions/workflows/windows.yml )
56
67![ ] ( docs/archetype.png )
You can’t perform that action at this time.
0 commit comments