Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/Goubermouche/sigma
Browse files Browse the repository at this point in the history
  • Loading branch information
Goubermouche committed Jan 3, 2024
2 parents 5b21a06 + c0b0b2b commit 00cb2be
Showing 1 changed file with 4 additions and 11 deletions.
15 changes: 4 additions & 11 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,18 +27,11 @@ jobs:
echo "CC=clang" >> $GITHUB_ENV
echo "CXX=clang++" >> $GITHUB_ENV
- name: Cache Compilation Outputs
uses: actions/cache@v2
with:
path: |
output/**/bin/
output/**/obj/
key: ${{ runner.os }}-compilation-${{ hashFiles('**/*.cpp', '**/*.h') }}
restore-keys: |
${{ runner.os }}-compilation-
- name: Run Premake
run: premake5 gmake

- name: Print working directory
run: ls -a

- name: Compile Project
run: make config=debug CC=clang
run: make -f sigma.make config=debug CC=clang

0 comments on commit 00cb2be

Please sign in to comment.