Skip to content

Commit 53ee93d

Browse files
Replace jom with make
1 parent d7abd62 commit 53ee93d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.gitlab-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ build_windows_32:
8787
- _fold_final_
8888

8989
- _fold_start_ 'start the actual build with jom instead of nmake; for speed'
90-
- ..\_qt\jom
90+
- ..\_qt\make
9191
- _fold_final_
9292

9393
- _fold_start_ 'run windeployqt to automatically copy the needed dll files'
@@ -159,7 +159,7 @@ build_windows_64:
159159
- _fold_final_
160160

161161
- _fold_start_ 'start the actual build with jom instead of nmake; for speed'
162-
- ..\_qt\jom
162+
- ..\_qt\make
163163
- _fold_final_
164164

165165
- _fold_start_ 'run windeployqt to automatically copy the needed dll files'

0 commit comments

Comments
 (0)