1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-07-01 15:00:38 +00:00

That previous commit should have had more files added

This commit is contained in:
Luke Ceddia 2018-01-13 00:34:31 +11:00
parent 7f14ed7eaf
commit 8268cb4f4e
3 changed files with 15 additions and 2 deletions

View file

@ -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\*

View file

@ -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

View file

@ -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