1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-08-04 14:10:25 +00:00
Commit graph

1054 commits

Author SHA1 Message Date
Fellippe Heitor
9c86afd4c7
Merge pull request #1 from QB64Team/linux-windowfocus
Ignores _WINDOWHASFOCUS for the IDE in Linux
2020-01-15 00:08:09 -03:00
flukiluke
5ab9249a6f
Delete appveyor.yml 2020-01-15 07:08:04 +10:00
flukiluke
33bad90ecb
Delete .travis.yml 2020-01-15 07:07:46 +10:00
Fellippe Heitor
39248aa24d
Merge pull request #21 from juhagman/patch-2
macOS setup: Uses pushd X/Y/Z ; popd instead of cd X/Y/Z ; cd ../../..
2020-01-13 11:55:55 -03:00
Fellippe Heitor
79fd7081da
Hides the output of pushd/popd.
Manually adds the fix for line 15 -- from a previously merged PR
2020-01-13 11:53:52 -03:00
Fellippe Heitor
3f53d09a88
Merge pull request #20 from juhagman/patch-1
Properly attempts to delete the contents of ./internal/temp instead of /internal/temp
2020-01-13 11:41:08 -03:00
Jussi Hagman
84f0deb441
cleanup
use pushd X/Y/Z ; popd instead of cd X/Y/Z ; cd ../../..
2020-01-13 16:08:59 +02:00
Jussi Hagman
91633bac8c
Do not access root ( / ) 2020-01-13 16:06:57 +02:00
FellippeHeitor
204a241d34 Updates deploy.bat to try harder when upload to server fails. 2020-01-08 16:00:39 -03:00
FellippeHeitor
4c5992ec69 Attempts to deliver qb64.exe with the proper icon. 2020-01-08 12:58:00 -03:00
FellippeHeitor
f95a0bd3ce Properly removes .travis. Replaces .ci/win-exclusion.list. 2020-01-08 12:47:17 -03:00
FellippeHeitor
deee3c82c6 Restores .travis... 2020-01-08 12:08:18 -03:00
FellippeHeitor
d961d4dbed Attempts to deliver qb64.exe with the proper icon. Also:
- Deletes /.travis
2020-01-08 12:01:46 -03:00
Fellippe Heitor
cf26b3da07
Create FUNDING.yml 2020-01-08 10:10:12 -03:00
Fellippe Heitor
21cdb70efe
Trigger recompilation 2020-01-08 09:06:28 -03:00
Fellippe Heitor
4d9a9bcecf
Fixes mm-dd order in archive name 2020-01-08 08:41:04 -03:00
flukiluke
ff4e78c759
Remove qb64_bootstrap.exe after use 2020-01-08 22:11:07 +11:00
Luke Ceddia
b227df91c3 Push changes to development branch 2020-01-08 22:00:47 +11:00
Luke Ceddia
61a7c59254 Add windows x64 build 2020-01-08 21:55:08 +11:00
Luke Ceddia
c52211ffc5 More typos 2020-01-08 21:31:35 +11:00
Luke Ceddia
63e1dabf2f Work in the morning 2020-01-08 21:24:26 +11:00
Luke Ceddia
2753a3f9af Fix typos? 2020-01-08 20:47:53 +11:00
Luke Ceddia
85d54db3a9 Windows deployment 2020-01-08 20:33:09 +11:00
Luke Ceddia
f7ed110b49 Enable branch 2020-01-08 19:36:26 +11:00
Luke Ceddia
ddea1e4e47 Windows build 2020-01-08 19:35:38 +11:00
Luke Ceddia
43611bf60e Proper exclusions for linux autobuilds 2020-01-06 18:51:53 +11:00
Luke Ceddia
fb60505008 Merge MacOS deployment 2020-01-06 18:47:40 +11:00
Luke Ceddia
d4391a2c4c Add osx exclusion list; fail on failed deployment 2020-01-06 18:43:36 +11:00
Luke Ceddia
963b1afd3a Deploy macos build 2020-01-06 18:40:15 +11:00
Luke Ceddia
5200bcb23e MacOS build 2020-01-06 18:36:05 +11:00
Luke Ceddia
214ad7d089 Switch trigger branch to development 2020-01-05 00:52:15 +11:00
Luke Ceddia
9d4975ae97 chmod +x .ci/deploy.sh 2020-01-05 00:45:03 +11:00
Luke Ceddia
b6aba842c4 Add ssh deployment 2020-01-05 00:40:05 +11:00
Autobuild Process
7a19f82051 Update internal/source 2020-01-04 12:49:17 +00:00
Luke Ceddia
b215c06164 More dummy qb64.bas changes 2020-01-04 23:46:20 +11:00
Luke Ceddia
4837a27dc2 Dummy qb64.bas change 2020-01-04 23:43:23 +11:00
Luke Ceddia
a3e4a2c2bb Only update source on change 2020-01-04 23:40:28 +11:00
Luke Ceddia
39f22a41b5 Proper compile exit code 2020-01-04 23:09:53 +11:00
Luke Ceddia
4990cb798d Push code update back to repo 2020-01-04 22:18:31 +11:00
Luke Ceddia
5c1262e68f Ignore autogenerated files 2020-01-04 21:34:15 +11:00
Luke Ceddia
393225a1cf Add compile step 2020-01-03 23:29:13 +11:00
Luke Ceddia
ea407b52c1 Add ncurses dependency 2020-01-03 22:51:50 +11:00
Luke Ceddia
1276bb49ab checkout v2; fix typo 2020-01-03 22:48:11 +11:00
Luke Ceddia
67301e2e99 Add build.yml 2020-01-03 22:44:16 +11:00
Luke Ceddia
23b1f74b19 Add .ci/bootstrap.sh 2020-01-03 22:43:20 +11:00
Autobuild process
1e395ee3c5 Autobuild update [ci skip] 2020-01-03 05:53:27 +00:00
Fellippe Heitor
bcc05e8b15
Merge pull request #118 from Galleondragon/rename-zlib-folder
Renames zlib's folder so it can be updated without the hassle later on.
2020-01-03 02:46:17 -03:00
Autobuild process
71abea04c5 Autobuild update [ci skip] 2020-01-03 05:43:20 +00:00
FellippeHeitor
884944ea18 Ignores _WINDOWHASFOCUS for the IDE in Linux 2020-01-03 02:43:10 -03:00
Fellippe Heitor
7e24b0723f
Merge pull request #119 from Galleondragon/reduce-warnings-qb64-bas
Eliminates warnings when compiling qb64.bas
2020-01-03 02:39:42 -03:00