We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7a460d commit 5b8865cCopy full SHA for 5b8865c
.github/workflows/qt.yml
@@ -16,6 +16,14 @@ jobs:
16
with:
17
submodules: true
18
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
+
27
- name: Generate makefiles (libhack)
28
working-directory: 3rdparty\libhack
29
run: cmake -G "MinGW Makefiles" -B build
0 commit comments