We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 859a0d4 commit c9d6509Copy full SHA for c9d6509
.github/workflows/windows.yml
@@ -42,9 +42,11 @@ jobs:
42
43
echo "Create a build directory"
44
md build
45
+ cd build
46
+ md release
47
48
echo "Get all headers and DLLs for the build"
- cd ..
49
+ cd ../..
50
git clone https://github.com/AlbrechtL/welle.io-win-libs.git
51
52
- name: Display environment variables
@@ -54,8 +56,8 @@ jobs:
54
56
- name: Build
55
57
id: build
58
run: |
- cd build
- qmake ..
59
+ cd build/release
60
+ qmake ../..
61
mingw32-make
62
63
- name: Archive artifacts (welle.io build dir)
0 commit comments