Skip to content
This repository has been archived by the owner on Dec 3, 2021. It is now read-only.

Commit

Permalink
CI: Another attempt #4 to use make.bat
Browse files Browse the repository at this point in the history
  • Loading branch information
mrakitin committed Nov 13, 2018
1 parent 026b40c commit 150702b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ install:
- "%CMD_IN_ENV% pip install -r requirements-dev.txt"
- "cd core"
- ps: "ls"
- "%CMD_IN_ENV% call .\\make.bat"
- "%CMD_IN_ENV% make.bat"
- "cd .."

build_script:
Expand Down
2 changes: 1 addition & 1 deletion core/make.bat
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@echo on

msbuild vc\SRWLIB.vcxproj /maxcpucount:%NUMBER_OF_PROCESSORS% -property:Configuration="Release";Platform="x64"
msbuild vc\\SRWLIB.vcxproj /maxcpucount:%NUMBER_OF_PROCESSORS% -property:Configuration="Release";Platform="x64"

0 comments on commit 150702b

Please sign in to comment.