|
22 | 22 | - targetPlatform: StandaloneOSX
|
23 | 23 | buildMethod: MacBuilder.BuildForAltTester
|
24 | 24 | buildPath: sample/Builds/MacOS
|
25 |
| - # - targetPlatform: StandaloneWindows64 |
26 |
| - # buildMethod: WindowsBuilder.BuildForAltTester |
27 |
| - # buildPath: sample/Builds/Windows64 |
| 25 | + - targetPlatform: StandaloneWindows64 |
| 26 | + buildMethod: WindowsBuilder.BuildForAltTester |
| 27 | + buildPath: sample/Builds/Windows64 |
28 | 28 | # - targetPlatform: Android
|
29 | 29 | # buildMethod: MobileBuilder.BuildForAltTester
|
30 | 30 | # buildPath: sample/Builds/Android
|
|
70 | 70 | - targetPlatform: StandaloneOSX
|
71 | 71 | runs-on: [self-hosted, macOS]
|
72 | 72 | test_script: pytest -xs test/test_mac.py::MacTest
|
73 |
| - # - targetPlatform: StandaloneWindows64 |
74 |
| - # runs-on: [self-hosted, windows] |
75 |
| - # test_script: pytest -xs test/test_windows.py::WindowsTest |
| 73 | + - targetPlatform: StandaloneWindows64 |
| 74 | + runs-on: [self-hosted, windows] |
| 75 | + test_script: pytest -xs test/test_windows.py::WindowsTest |
76 | 76 | # - targetPlatform: Android
|
77 | 77 | # runs-on: [ self-hosted, macOS ]
|
78 | 78 | # test_script: browserstack-sdk pytest -s ./test/test_android.py --browserstack.config "browserstack.android.yml"
|
|
0 commit comments