Commit graph

135 commits

Author SHA1 Message Date
Alam Ed Arias
8ace36efbf Update .gitlab-ci.yml file
Try to list packages that can be upgraded
2023-10-15 14:44:17 +00:00
Alam Ed Arias
de7f0cba1b Update .gitlab-ci.yml file
Can not set CCACHE=1 in shell env
2023-10-15 04:55:29 +00:00
Alam Ed Arias
4904177312 Update .gitlab-ci.yml file
Move the exports to variables section
2023-10-15 04:34:39 +00:00
Alam Ed Arias
50d8cb4c00 Update .gitlab-ci.yml file
hide ccache statistics
2023-10-14 21:08:13 +00:00
Alam Ed Arias
c74711fefa Update .gitlab-ci.yml file
section off ccache output
2023-10-14 19:51:11 +00:00
Alam Ed Arias
dee306c58b Update .gitlab-ci.yml file
I need to make the .ccache folder
2023-10-14 15:25:04 +00:00
Alam Ed Arias
e6044ec9f1 Update .gitlab-ci.yml file
append, not overwrite ccache.conf
2023-10-14 15:05:50 +00:00
Alam Ed Arias
2e4d5b6fa9 Update .gitlab-ci.yml file
mkdir ~/.ccache before make the config file
2023-10-14 14:29:57 +00:00
Alam Ed Arias
1886b9f945 Update .gitlab-ci.yml file
Add more sections to the build log
2023-10-14 14:18:23 +00:00
Alam Ed Arias
c17c5327a8 Update .gitlab-ci.yml file
remove extra space
2023-10-14 13:11:49 +00:00
Alam Ed Arias
1a0fad75f9 Update .gitlab-ci.yml file
fixup EOL on section commands
2023-10-14 13:09:59 +00:00
Alam Ed Arias
ff3993257a Update .gitlab-ci.yml file
place sections around "apt-get install" and "make" commands
2023-10-14 13:01:32 +00:00
Alam Ed Arias
52e4ed33af Update .gitlab-ci.yml file
Fix install command for GCC in build jobs
2023-10-14 11:54:16 +00:00
Alam Ed Arias
d659ce563c Update .gitlab-ci.yml file
Set common apt settings to /etc/apt/apt.conf.d/99build
2023-10-14 11:40:25 +00:00
Alam Ed Arias
b469064e40 Update .gitlab-ci.yml file
remove double space
2023-10-14 03:11:56 +00:00
Alam Ed Arias
98fd34e76c Update .gitlab-ci.yml file
save ccache_statslog between runs?
2023-10-14 02:11:52 +00:00
Alam Ed Arias
2fe5755f53 Update .gitlab-ci.yml file
Fix CCACHE_STATSLOG?
2023-10-14 01:44:23 +00:00
Alam Ed Arias
d3d3ee5451 Update .gitlab-ci.yml file
Try to keep a stats log of ccache
2023-10-14 01:37:05 +00:00
Alam Ed Arias
8f00667abe Update src/Makefile.d/*.mk
both Makefile and *.mk should be in the same EOL
2023-10-13 20:18:37 -04:00
Alam Ed Arias
fc586b5c62 Update .gitlab-ci.yml file
Build in the following order: testing, win32, amd64, i386, arm64 then win64
2023-10-13 23:46:44 +00:00
Alam Ed Arias
96beee1d4d Update .gitlab-ci.yml file
set DEBIAN_FRONTEND envvar in aptcache
2023-10-13 21:43:15 +00:00
Alam Ed Arias
796adec979 Update .gitlab-ci.yml file
Retry building so we point out why it failed to compile
2023-10-13 21:40:41 +00:00
Alam Ed Arias
fb299dd63e Update .gitlab-ci.yml file
Make the buildbot yell at us for warnings
2023-10-13 20:09:00 +00:00
Alam Ed Arias
b8fb0280ab Update .gitlab-ci.yml file
more quiet out the apt-get commands
2023-10-13 16:45:02 +00:00
Alam Ed Arias
f6d37d504b Update .gitlab-ci.yml file
quiet out the apt-get commands
2023-10-13 16:37:06 +00:00
Alam Ed Arias
aa9d84b6d2 Update .gitlab-ci.yml file
Let try building on Debian Testing
2023-10-13 16:13:31 +00:00
Alam Ed Arias
0368a1ce8b cleanup whitespace in .gitlab-ci.yml 2023-10-12 22:49:44 -04:00
Alam Ed Arias
8b33dd604b Revert "Update .gitlab-ci.yml file"
This reverts commit 5acceaa238.
2023-10-12 22:48:34 -04:00
Alam Ed Arias
5acceaa238 Update .gitlab-ci.yml file
Let see if we can pass an option for what architecture we are installing for
2023-10-13 02:46:00 +00:00
Alam Ed Arias
008efa9b0e Update .gitlab-ci.yml file
We do not need to install GCC for w64-mingw32 jobs
2023-10-13 02:08:53 +00:00
Alam Ed Arias
903792f109 Update .gitlib-ci.yml
Remove whitespace
2023-10-12 20:07:22 -04:00
Alam Ed Arias
4e2324216d Makefile
Also allow overwrite of OBJCOPY, OBJDUMP and WINDRES
2023-10-12 19:43:09 -04:00
Alam Ed Arias
5449ca2dbf Update .gitlab-ci.yml file
force the Makefile system to use our cross-compile binutil package
2023-10-12 18:25:02 +00:00
Alam Ed Arias
fa76733fee Update .gitlab-ci.yml file
let see if the Makefile system will just read from env
2023-10-12 18:01:44 +00:00
Alam Ed Arias
88ec9233b5 Update .gitlab-ci.yml file
Overwrite OBJCOPY and OBJDUMP settings for Linux targets
2023-10-12 17:36:37 +00:00
Alam Ed Arias
f5cf1ce5a5 Update .gitlab-ci.yml file
Forget to add arm64 arch to the Debian system
2023-10-12 16:53:32 +00:00
Alam Ed Arias
7ba7c5e6a0 Update .gitlab-ci.yml file
Add build for ARM64
2023-10-12 16:17:10 +00:00
Alam Ed Arias
83628d6049 Update .gitlab-ci.yml file
Set PKG_CONFIG_PATH for targeted archs
2023-10-12 13:11:16 +00:00
Alam Ed Arias
50c32451fb Update .gitlab-ci.yml file
Try to build i686 linux binaries
2023-10-12 12:55:10 +00:00
Alam Ed Arias
567565968d Update .gitlab-ci.yml file
use gcc-mingw-w64-(i686|x86-64)-win32 package
2023-10-12 05:38:11 +00:00
Alam Ed Arias
caf2b486c4 Update .gitlab-ci.yml file
do not install posix version of mingw-w64
2023-10-12 05:31:31 +00:00
Alam Ed Arias
ea02f5c810 Update .gitlab-ci.yml file
since each build job run in their own docker, only install packages as needed for each job
2023-10-12 05:22:42 +00:00
Alam Ed Arias
82b29bdfcf Update .gitlab-ci.yml file
Name the artifacts by project name,branch, then SHA
2023-10-12 05:04:02 +00:00
Alam Ed Arias
ce760342c2 Update .gitlab-ci.yml file
fix setting $CC in build-x86_64-linux-gnu job
2023-10-12 04:26:02 +00:00
Alam Ed Arias
bd1adb2667 Update .gitlab-ci.yml file
inline the script to setup ccache should be done in one line?
2023-10-12 04:22:15 +00:00
Alam Ed Arias
ff4c4c806a Update .gitlab-ci.yml file
split build job for each target: x86-64, Win32, Win64
2023-10-12 04:12:15 +00:00
Alam Ed Arias
ae25f9ac44 Update .gitlab-ci.yml file
yea the Mingw-w64 is called "x86_64-w64-mingw32", not "x86_64-w64"
2023-10-12 03:06:17 +00:00
Alam Ed Arias
95c81696a5 Update .gitlab-ci.yml file
build Mingw64 binary
2023-10-12 03:00:34 +00:00
Alam Ed Arias
735b8314e8 Update .gitlab-ci.yml file
forget about change the Debian mirror
2023-10-12 02:23:36 +00:00
Alam Ed Arias
f015b6ea68 Update .gitlab-ci.yml file
let look inside debian.sources
2023-10-12 02:18:29 +00:00
Alam Ed Arias
58a10836f0 Update .gitlab-ci.yml file
try to overwrite mirrors file
2023-10-12 02:15:47 +00:00
Alam Ed Arias
27776173ca Update .gitlab-ci.yml file
let see what in the /etc/apt folder
2023-10-12 02:08:24 +00:00
Alam Ed Arias
01fc7810e2 Update .gitlab-ci.yml file
use DO mirror?
2023-10-12 02:03:04 +00:00
Alam Ed Arias
dbd40ef422 Update .gitlab-ci.yml file
auto cache our apt cache
2023-10-12 01:52:52 +00:00
Alam Ed Arias
dc2a5b9496 Update .gitlab-ci.yml file
do not play games with $PATH
2023-10-12 01:36:29 +00:00
Alam Ed Arias
d7ea647f9b Update .gitlab-ci.yml file
apt cache do not need to be protected
also, name artifact for binaries from build-native job
2023-10-12 01:21:23 +00:00
Alam Ed Arias
53eafa046c Update .gitlab-ci.yml file
fixup typo
2023-10-12 01:07:42 +00:00
Alam Ed Arias
8b45483842 Update .gitlab-ci.yml file
autoclean apt cache and change cache key to image name
2023-10-12 01:06:00 +00:00
Alam Ed Arias
4b43f92b13 Update .gitlab-ci.yml file
switch docker image to debian, slim version, part 2
2023-10-11 05:10:23 +00:00
Alam Ed Arias
e7417ea116 Update .gitlab-ci.yml file
switch docker image to debian, slim version
2023-10-11 05:07:25 +00:00
Alam Ed Arias
37909c95b1 Update .gitlab-ci.yml file
cache apt packages, part 8
2023-10-11 05:03:19 +00:00
Alam Ed Arias
97096445df Update .gitlab-ci.yml file
cache apt packages, part 7
2023-10-11 05:00:08 +00:00
Alam Ed Arias
3db57df353 Update .gitlab-ci.yml file
cache apt packages, part 6
2023-10-11 04:57:29 +00:00
Alam Ed Arias
eb6ed2e7e7 Update .gitlab-ci.yml file
cache apt packages, part 5
2023-10-11 04:43:22 +00:00
Alam Ed Arias
7231631a3f Update .gitlab-ci.yml file
cache apt packages, part 4
2023-10-11 04:39:48 +00:00
Alam Ed Arias
9597a19ecf Update .gitlab-ci.yml file
cache apt packages, part 3
2023-10-11 04:37:01 +00:00
Alam Ed Arias
3ef89e9902 Update .gitlab-ci.yml file
cache apt packages, part 2
2023-10-11 04:27:50 +00:00
Alam Ed Arias
3ee5ed2dac Update .gitlab-ci.yml file
cache apt packages
2023-10-11 04:25:05 +00:00
Logan Arias
92f16c8142 Update .gitlab-ci.yml file
use git clone options
up CCACHE size to 50M
2023-10-11 04:11:56 +00:00
Logan Arias
4b015c91e1 Update .gitlab-ci.yml file
rename ccache keys
up ccache size to 30M
2023-10-10 23:35:40 -04:00
Logan Arias
0ff83947ac Update .gitlab-ci.yml file
fix ccache path part 5
2023-10-10 23:35:40 -04:00
Logan Arias
84a2463d2f Update .gitlab-ci.yml file
fix ccache path part four
2023-10-10 23:35:40 -04:00
Logan Arias
16741b2cb0 Update .gitlab-ci.yml file
fix ccache path part three
2023-10-10 23:35:40 -04:00
Logan Arias
2fae2b54db Update .gitlab-ci.yml file
fix ccache path part two
2023-10-10 23:35:40 -04:00
Logan Arias
0f2d3e9134 Update .gitlab-ci.yml file
fix ccache path
2023-10-10 23:35:40 -04:00
Logan Arias
219691895d Update .gitlab-ci.yml file
use variables to test if we are using DigitalOcean
2023-10-10 23:35:39 -04:00
Logan Arias
67dcc2dd0a Update .gitlab-ci.yml file
cache the ccache part two
2023-10-10 23:35:39 -04:00
Logan Arias
b3273a899a Update .gitlab-ci.yml file
cache the ccache
2023-10-10 23:35:39 -04:00
Logan Arias
4adce8e3cd Update .gitlab-ci.yml file
keep artifacts
try using ccache
2023-10-10 23:35:39 -04:00
Logan Arias
7083dffc01 Update .gitlab-ci.yml file
remove upx install
2023-10-10 23:35:39 -04:00
Logan Arias
959c1753d3 Update .gitlab-ci.yml file
try running the makefile with some dispends
libsdl2-mixer-dev libpng-dev libcurl4-openssl-dev libgme-dev upx git libopenmpt-dev gettext
2023-10-10 23:35:39 -04:00
Logan Arias
9f8bc21253 Update .gitlab-ci.yml file
try running the makefile with nothing
2023-10-10 23:35:39 -04:00
Logan Arias
124aca3267 Update .gitlab-ci.yml file 2023-10-10 23:35:39 -04:00
Logan Arias
eb44efbc2f Update .gitlab-ci.yml file 2023-10-10 23:35:38 -04:00
Logan Arias
5aa89a712a Update .gitlab-ci.yml file 2023-10-10 23:35:38 -04:00