Skip to content
This repository was archived by the owner on Mar 4, 2023. It is now read-only.

Commit ee33808

Browse files
committed
disable on win
1 parent 284b125 commit ee33808

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ matrix:
3636

3737
install:
3838
- git clone https://github.com/Skycoder42/QtModules.git .\qtmodules-travis
39-
- .\tests\ci\setup.bat
4039
- .\qtmodules-travis\ci\win\setup.bat
40+
- .\tests\ci\setup.bat
4141

4242
build_script:
4343
- .\qtmodules-travis\ci\win\build.bat

tests/ci/setup.bat

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,2 @@
1-
powershell -Command "Invoke-WebRequest https://github.com/docker/compose/releases/download/1.14.0/docker-compose-Windows-x86_64.exe -UseBasicParsing -OutFile $Env:ProgramFiles\docker\docker-compose.exe"
2-
3-
docker -v
4-
docker-compose -v
5-
6-
docker-compose -f .\tools\qdatasyncserver\docker-compose.yaml up -d
1+
:: disable ws test
2+
echo SUBDIRS -= WsRemoteConnectorTest >> .\tests\auto\datasync\datasync.pro

0 commit comments

Comments
 (0)