Skip to content

Commit 5b8865c

Browse files
committed
ci: updates CI script
Signed-off-by: Lucas Vieira <[email protected]>
1 parent d7a460d commit 5b8865c

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/qt.yml

+8
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,14 @@ jobs:
1616
with:
1717
submodules: true
1818

19+
- name: Run autorevision
20+
working-directory: 3rdparty\libhack
21+
run: |
22+
curl https://raw.githubusercontent.com/Autorevision/autorevision/master/autorevision.sh -o autorevision
23+
chmod +x autorevision
24+
./autorevision -t h > autorevision.h
25+
stat autorevision.h
26+
1927
- name: Generate makefiles (libhack)
2028
working-directory: 3rdparty\libhack
2129
run: cmake -G "MinGW Makefiles" -B build

0 commit comments

Comments
 (0)