Skip to content

Commit

Permalink
We are good !
Browse files Browse the repository at this point in the history
  • Loading branch information
moonpyk committed Aug 20, 2019
1 parent f0abf45 commit 8c861f8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 8 deletions.
10 changes: 4 additions & 6 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,6 @@ install:
# other deps
- cmd: conda install libnetcdf libpng openjpeg

platform:
- x64

before_build:
- cmd: call "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build\vcvarsall.bat" x64

Expand All @@ -63,6 +60,7 @@ build_script:
-D ENABLE_JPG=1 ^
-D OPENJPEG_INCLUDE_DIR=%CONDA%\Library\include\openjpeg-2.3
-D IEEE_LE=1 ^
-D ENABLE_EXAMPLES=0 ^
-D ENABLE_MEMFS=0 ^
-D ENABLE_TESTS=0 ^
-D ENABLE_EXTRA_TESTS=OFF ^
Expand All @@ -78,8 +76,8 @@ test_script:

after_test:
- cmd: cd c:\
- cmd: 7z a "%APPVEYOR_BUILD_FOLDER%\Binaries.zip" "%INSTALL_DIR%"
- cmd: 7z a "%APPVEYOR_BUILD_FOLDER%\EcCodes-win-x64.zip" "%INSTALL_DIR%"

artifacts:
- path: Binaries.zip
name: EcCodes-{build}-win-{platform}.zip
- path: EcCodes-win-x64.zip

1 change: 0 additions & 1 deletion current_release.txt

This file was deleted.

1 change: 0 additions & 1 deletion current_version.txt

This file was deleted.

0 comments on commit 8c861f8

Please sign in to comment.