Skip to content

Commit 22ba269

Browse files
committed
Try to get appveyor pipline back up and running
1 parent 51e26a8 commit 22ba269

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ before_build:
3535
- cmake -H. -B../Build -DINCH_UNIT_TESTS=ON -A%PLATFORM%
3636

3737
# build with MSBuild
38-
build:
38+
build_script:
3939
project: ../Build/$(APPVEYOR_PROJECT_NAME).sln # path to Visual Studio solution or project
4040
parallel: true # enable MSBuild parallel builds
4141
verbosity: normal # MSBuild verbosity level {quiet|minimal|normal|detailed}

0 commit comments

Comments
 (0)