Skip to content

Commit

Permalink
ci: updates CI script
Browse files Browse the repository at this point in the history
Signed-off-by: Lucas Vieira <[email protected]>
  • Loading branch information
lucasvmx committed Mar 28, 2022
1 parent d7a460d commit 5b8865c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/qt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,14 @@ jobs:
with:
submodules: true

- name: Run autorevision
working-directory: 3rdparty\libhack
run: |
curl https://raw.githubusercontent.com/Autorevision/autorevision/master/autorevision.sh -o autorevision
chmod +x autorevision
./autorevision -t h > autorevision.h
stat autorevision.h
- name: Generate makefiles (libhack)
working-directory: 3rdparty\libhack
run: cmake -G "MinGW Makefiles" -B build
Expand Down

0 comments on commit 5b8865c

Please sign in to comment.