Skip to content

Commit b2a208b

Browse files
committed
- disable appveyor linux build for fuck's sake
1 parent 893e5f5 commit b2a208b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

appveyor.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,15 @@ environment:
2222

2323
install:
2424
- cmd: '%APPVEYOR_BUILD_FOLDER%\.appveyor\Install.bat'
25-
- sh: '${APPVEYOR_BUILD_FOLDER}/.appveyor/Install.sh'
25+
# - sh: '${APPVEYOR_BUILD_FOLDER}/.appveyor/Install.sh'
2626

2727
build_script:
2828
- cmd: '%APPVEYOR_BUILD_FOLDER%\.appveyor\Build.bat'
29-
- sh: '${APPVEYOR_BUILD_FOLDER}/.appveyor/Build.sh'
29+
# - sh: '${APPVEYOR_BUILD_FOLDER}/.appveyor/Build.sh'
3030

3131
after_build:
3232
- cmd: '%APPVEYOR_BUILD_FOLDER%\.appveyor\AfterBuild.bat'
33-
- sh: '${APPVEYOR_BUILD_FOLDER}/.appveyor/AfterBuild.sh'
33+
# - sh: '${APPVEYOR_BUILD_FOLDER}/.appveyor/AfterBuild.sh'
3434

3535
#cache:
3636
# - 'DriverLevelTool\obj\'

0 commit comments

Comments
 (0)