Skip to content
Snippets Groups Projects
Commit 2f905ba6 authored by Wuttke, Joachim's avatar Wuttke, Joachim
Browse files

CI Win: merge two download sections

parent 9d3b1dbe
No related branches found
No related tags found
No related merge requests found
......@@ -112,7 +112,7 @@ jobs:
mirror: 'http://mirrors.ocf.berkeley.edu/qt/'
cached: 'false'
- name: Download ccache and Ninja
- name: Download ccache, Ninja, Nsis
id: ccache
shell: cmake -P {0}
run: |
......@@ -124,10 +124,6 @@ jobs:
file(DOWNLOAD "${ninja_url}" ./ninja.zip SHOW_PROGRESS)
execute_process(COMMAND ${CMAKE_COMMAND} -E tar xvf ./ninja.zip)
- name: Download Nsis
id: nsis
shell: cmake -P {0}
run: |
set(nsis_url "https://sourceforge.net/projects/nsis/files/NSIS%203/3.04/nsis-3.04.zip")
file(DOWNLOAD "${nsis_url}" ./nsis.zip SHOW_PROGRESS)
execute_process(COMMAND ${CMAKE_COMMAND} -E tar xvf ./nsis.zip)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment