Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Kart-Public
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Kart Krew
Kart-Public
Merge requests
!96
Upstream merge of master
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Upstream merge of master
upstream-merge
into
master
Overview
1
Commits
20
Pipelines
0
Changes
26
Merged
Alam Ed Arias
requested to merge
upstream-merge
into
master
6 years ago
Overview
1
Commits
20
Pipelines
0
Changes
26
Expand
4
0
Merge request reports
Compare
master
version 4
c56cae4d
6 years ago
version 3
94bd0e39
6 years ago
version 2
3fe3d112
6 years ago
version 1
3d8e25e4
6 years ago
master (base)
and
latest version
latest version
d4f05e5b
20 commits,
6 years ago
version 4
c56cae4d
19 commits,
6 years ago
version 3
94bd0e39
15 commits,
6 years ago
version 2
3fe3d112
12 commits,
6 years ago
version 1
3d8e25e4
9 commits,
6 years ago
26 files
+
150
−
318
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
26
Search (e.g. *.vue) (Ctrl+P)
.circleci/config.yml
+
4
−
1
Options
@@ -36,13 +36,16 @@ jobs:
-
v1-SRB2-APT
-
run
:
name
:
Install SDK
command
:
apt-get -qq -y install git build-essential nasm libpng12-dev:i386 libsdl2-mixer-dev:i386 libgme-dev:i386 gettext ccache wget gcc-multilib upx
command
:
apt-get -qq -y
--no-install-recommends
install git build-essential nasm libpng12-dev:i386 libsdl2-mixer-dev:i386 libgme-dev:i386 gettext ccache wget gcc-multilib upx
-
save_cache
:
key
:
v1-SRB2-APT
paths
:
-
/var/cache/apt/archives
-
checkout
-
run
:
name
:
Compile without network support
command
:
make -C src LINUX=1 ERRORMODE=1 -k NONET=1
-
run
:
name
:
Clean build
command
:
make -C src LINUX=1 clean
-
restore_cache
:
Loading