From 8268cb4f4ec35376ee121afc337d18cfe56b2195 Mon Sep 17 00:00:00 2001 From: Luke Ceddia Date: Sat, 13 Jan 2018 00:34:31 +1100 Subject: [PATCH] That previous commit should have had more files added --- .travis/appveyor.bat | 5 +++-- .travis/win-exclusion.list | 7 +++++++ appveyor.yml | 5 +++++ 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/.travis/appveyor.bat b/.travis/appveyor.bat index 40144276a..dc12a3122 100644 --- a/.travis/appveyor.bat +++ b/.travis/appveyor.bat @@ -40,9 +40,10 @@ c_compiler\bin\windres.exe -i ..\temp\icon.rc -o ..\temp\icon.o c_compiler\bin\g++ -mconsole -s -Wfatal-errors -w -Wall qbx.cpp libqb\os\win\libqb_setup.o ..\temp\icon.o -D DEPENDENCY_LOADFONT parts\video\font\ttf\os\win\src.o -D DEPENDENCY_SOCKETS -D DEPENDENCY_NO_PRINTER -D DEPENDENCY_ICON -D DEPENDENCY_NO_SCREENIMAGE parts\core\os\win\src.a -lopengl32 -lglu32 -mwindows -static-libgcc -static-libstdc++ -D GLEW_STATIC -D FREEGLUT_STATIC -lws2_32 -lwinmm -lgdi32 -o "..\..\qb64_bootstrap.exe" IF ERRORLEVEL 1 exit /b 1 cd ..\.. +del qb64_bootstrap.exe -echo AutoBuildMsg$ = CHR$(10) + "From git %APPVEYOR_REPO_COMMIT:~0,7%" >> source/global/version.bas -qb64_bootstrap.exe -x source\qb64.bas -o newqb.exe +echo AutoBuildMsg$ = CHR$(10) + "From git %APPVEYOR_REPO_COMMIT:~0,7%" + CHR$(10) >> source\global\version.bas +qb64_bootstrap.exe -x source\qb64.bas -o qb64.exe IF ERRORLEVEL 1 exit /b 1 del /q /s internal\source\* diff --git a/.travis/win-exclusion.list b/.travis/win-exclusion.list index 7d5615b6f..4813acada 100644 --- a/.travis/win-exclusion.list +++ b/.travis/win-exclusion.list @@ -1,3 +1,10 @@ setup_lnx.sh setup_osx.command qb64_start_osx.command +qb64\internal\c\c_compiler\bin +qb64\internal\c\c_compiler\i686-w64-mingw32 +qb64\internal\c\c_compiler\include +qb64\internal\c\c_compiler\lib +qb64\internal\c\c_compiler\libexec +qb64\internal\c\c_compiler\mingw +qb64\internal\c\c_compiler\share diff --git a/appveyor.yml b/appveyor.yml index 72e8d8475..41c95c492 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -6,4 +6,9 @@ environment: secure: BiD9D+ye4Q+R8yBsThsfG0K+SFL5gRx6gNfxxSTR8ge3lp98cwZ3y7T3bq7tmgE7 build_script: - cmd: .travis\appveyor.bat +install: + - nuget install secure-file -ExcludeVersion + - secure-file\tools\secure-file -decrypt .travis\qb64.org_rsa.enc -secret %sshkey% -out %user_profile%\.ssh\id_rsa +deploy_script: + - ps: .travis\appveyor-deploy.ps1 test: off \ No newline at end of file