Skip to content

Commit

Permalink
#346 in progress: Fix AppVeyor path
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanSalwan committed Jun 23, 2016
1 parent cc20edf commit 763b8c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Expand Up @@ -70,7 +70,7 @@ after_build:
- cmd: if "%platform%"=="Win32" if "%configuration%"=="Debug" 7z a -t7z ..\..\triton.x86.debug.7z *
- cmd: if "%platform%"=="x64" if "%configuration%"=="Release" 7z a -t7z ..\..\triton.x64.release.7z *
- cmd: if "%platform%"=="x64" if "%configuration%"=="Debug" 7z a -t7z ..\..\triton.x64.debug.7z *
- cmd: if "%platform%"=="Win32" C:\Python27\python.exe libTriton_units_testing.py
- cmd: if "%platform%"=="Win32" C:\Python27\python.exe ..\..\src\testers\libTriton_units_testing.py
- cmd: if "%platform%"=="x64" C:\Python27-x64\python.exe ..\..\src\testers\libTriton_units_testing.py
- cmd: chdir

Expand Down

0 comments on commit 763b8c1

Please sign in to comment.