Skip to content

Commit

Permalink
cd [actions skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
KrisThielemans committed Jan 8, 2023
1 parent 984482a commit 6ff940d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ version: '{build}'

os:
- Visual Studio 2015
- Visual Studio 2013
#- Visual Studio 2013

platform:
- x64
Expand Down Expand Up @@ -39,8 +39,8 @@ install:
- dir %DEPS%

build_script:
- cd C:\projects\STIR
- path=%path%;%DEPS%
- path
- sccache --show-stats
- mkdir build
- mkdir install
Expand All @@ -52,6 +52,7 @@ build_script:

cache:
- c:\projects\deps\sccache-%sccache_VER%.zip
- C:\Users\appveyor\AppData\Local\Mozilla\sccache\cache

test_script:
- cd C:\projects\stir\build
Expand Down

0 comments on commit 6ff940d

Please sign in to comment.