Skip to content

Commit

Permalink
save test gif
Browse files Browse the repository at this point in the history
  • Loading branch information
charlietangora committed Jul 12, 2024
1 parent b9cfc7d commit 54258cb
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,12 @@ jobs:
- name: build
working-directory: ${{github.workspace}}
run: clang -Weverything -O3 gif-h-demo.cpp -o gif -Wno-old-style-cast -Wno-missing-prototypes
- name: test
working-directory: ${{github.workspace}}
run: ./gif
- name: Upload test
uses: actions/upload-artifact@v4
working-directory: ${{github.workspace}}
with:
name: test-gif
path: ./MyGif.gif

0 comments on commit 54258cb

Please sign in to comment.