From bae1aa60b2ed5ed6d8687784db8263a26fa7c83c Mon Sep 17 00:00:00 2001 From: Krisjanis Rijnieks Date: Sat, 28 Apr 2018 15:26:37 +0200 Subject: [PATCH] Fix .appveyor, remove cache lines --- .appveyor.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index bbdbe2b..eadc40a 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -12,7 +12,6 @@ environment: - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017 platform: x86 BUILDER: MSYS2 - CCACHE_DIR: "%APPVEYOR_BUILD_FOLDER%\\.ccache" #VisualStudio Building - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017 @@ -36,18 +35,11 @@ init: - '%MSYS2_PATH%\usr\bin\bash -lc "pacman --noconfirm -S --needed unzip rsync"' - if "%BUILDER%"=="VS" set PATH=%ProgramFiles(x86)%\Microsoft Visual Studio\2017\Community\MSBuild\15.0\Bin;%PATH% -cache: - - .ccache - install: - cd .. - git clone --depth=1 --branch=master https://github.com/openframeworks/openFrameworks - call openFrameworks\scripts\ci\addons\install.cmd -before_build: -- if "%BUILDER%"=="MSYS2" (%MSYS2_PATH%\usr\bin\bash -lc "ccache -z") -- if "%BUILDER%"=="MSYS2" (%MSYS2_PATH%\usr\bin\bash -lc "ccache -s") - build_script: - cd %OF_PATH% - scripts\ci\addons\build.cmd