Skip to content

Commit

Permalink
appveyor.yml fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rgleason committed Feb 27, 2019
1 parent 827fc50 commit ea64dae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
clone_folder: c:\project\projections_pi
clone_folder: c:\project\nmeaconverter_pi
shallow_clone: true
image:
- Visual Studio 2015
Expand Down Expand Up @@ -36,7 +36,7 @@ install:
- cmd: nmake -f makefile.vc BUILD=debug SHARED=1 CFLAGS=/D_USING_V120_SDK71_ CXXFLAGS=/D_USING_V120_SDK71_

before_build:
- cd c:\project\projections_pi
- cd c:\project\nmeaconverter_pi
- mkdir build
- cd build
- ps: Start-FileDownload https://downloads.sourceforge.net/project/opencpnplugins/opencpn_lib/4.2-vc120_xp/opencpn.lib
Expand Down

0 comments on commit ea64dae

Please sign in to comment.