Skip to content
Snippets Groups Projects
Commit fa783023 authored by Jonathan Wilkes's avatar Jonathan Wilkes
Browse files

first shot at Windows x86_64 runner

parent 733cf0ba
No related branches found
No related tags found
No related merge requests found
...@@ -32,8 +32,8 @@ ...@@ -32,8 +32,8 @@
.test_windows: &test_windows .test_windows: &test_windows
- echo -e "section_start:`date +%s`:test_windows\r\e[0KTesting Purr Data for Windows" - echo -e "section_start:`date +%s`:test_windows\r\e[0KTesting Purr Data for Windows"
- cd scripts - cd scripts
- ../packages/win32_inno/build/bin/pd.com -noprefs -nogui -noaudio -send "init dollarzero \$0" regression_tests.pd - ../packages/win64_inno/build/bin/pd.com -noprefs -nogui -noaudio -send "init dollarzero \$0" regression_tests.pd
- ../packages/win32_inno/build/bin/pd.com -noprefs -nostdpath -nogui -noaudio external-tests.pd - ../packages/win64_inno/build/bin/pd.com -noprefs -nostdpath -nogui -noaudio external-tests.pd
- echo -e "section_end:`date +%s`:text_windows\r\e[0K" - echo -e "section_end:`date +%s`:text_windows\r\e[0K"
...@@ -108,10 +108,10 @@ osx_10.8_x86_64_dmg: ...@@ -108,10 +108,10 @@ osx_10.8_x86_64_dmg:
paths: paths:
- Pd*.dmg - Pd*.dmg
windows_i386_innosetup: windows_x86_64_innosetup:
tags: tags:
- windows - windows
- i386 - x86_64
variables: variables:
BUILD_TYPE_FLAG: -Z BUILD_TYPE_FLAG: -Z
script: script:
......
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