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
Package Registry
Container Registry
Model registry
Operate
Terraform modules
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
Andrew Bradley
Kart-Public
Commits
c024d313
Commit
c024d313
authored
8 years ago
by
Alam Ed Arias
Browse files
Options
Downloads
Patches
Plain Diff
Revert "Merge branch 'appveyor' into 'master'"
This reverts commit
6476cf3c
, reversing changes made to
0186b90b
.
parent
6476cf3c
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
appveyor.yml
+19
-34
19 additions, 34 deletions
appveyor.yml
with
19 additions
and
34 deletions
appveyor.yml
+
19
−
34
View file @
c024d313
...
...
@@ -3,7 +3,7 @@ os: MinGW
environment
:
CC
:
ccache
CCACHE_CC
:
mingw32-gcc
CCACHE_CC
:
i686-w64-
mingw32-gcc
WINDRES
:
windres
MINGW_SDK
:
c:\msys64\mingw32
CFLAGS
:
-Wall -W -Werror
...
...
@@ -15,17 +15,11 @@ environment:
CCACHE_URL
:
http://alam.srb2.org/ccache.exe
CCACHE_COMPRESS
:
true
CCACHE_DIR
:
C:\Users\appveyor\.ccache
MINGW_BIN_TAR
:
gcc-core-4.8.1-4-mingw32-bin.tar
MINGW_BIN_URL
:
http://downloads.sourceforge.net/project/mingw/MinGW/Base/gcc/Version4/gcc-4.8.1-4/gcc-core-4.8.1-4-mingw32-bin.tar.lzma
MINGW_DLL_TAR
:
gcc-core-4.8.1-4-mingw32-dll.tar
MINGW_DLL_URL
:
http://downloads.sourceforge.net/project/mingw/MinGW/Base/gcc/Version4/gcc-4.8.1-4/gcc-core-4.8.1-4-mingw32-dll.tar.lzma
cache
:
-
nasm-2.12.01.zip
-
upx391w.zip
-
ccache.exe
-
gcc-core-4.8.1-4-mingw32-dll.tar.lzma
-
gcc-core-4.8.1-4-mingw32-bin.tar.lzma
-
C:\Users\appveyor\.ccache
install
:
...
...
@@ -41,28 +35,19 @@ install:
-
ccache -M 99M
-
xcopy /Y /V /I ccache.exe %MINGW_SDK%\bin
-
if not exist "%MINGW_DLL_TAR%.lzma" appveyor DownloadFile "%MINGW_DLL_URL%" -FileName "%MINGW_DLL_TAR%.lzma"
-
7z x -y "%MINGW_DLL_TAR%.lzma" -o%TMP% >null
-
7z x -y "%TMP%\%MINGW_DLL_TAR%" -o%TMP% >null
-
if not exist "%MINGW_BIN_TAR%.lzma" appveyor DownloadFile "%MINGW_BIN_URL%" -FileName "%MINGW_BIN_TAR%.lzma"
-
7z x -y "%MINGW_BIN_TAR%.lzma" -o%TMP% >null
-
7z x -y "%TMP%\%MINGW_BIN_TAR%" -o%TMP% >null
-
robocopy /S /xx /ns /nc /nfl /ndl /np /njh /njs %TMP%\bin C:\Mingw\bin || exit
0
configuration
:
-
SDL
-
DD
before_build
:
-
set P
ATH
=%MINGW_SDK%\bin;
C:\Mingw\bin;%PATH
%
-
mingw32-gcc
.exe
--version
-
set P
ath
=%MINGW_SDK%\bin;
%Path
%
-
i686-w64-
mingw32-gcc --version
-
mingw32-make --version
-
nasm -v
-
upx -V
-
ccache -V
-
ccache -s
-
set SRB2_MFLAGS=-C src MINGW=1 WARNINGMODE=1 GCC
48
=1 CCACHE=1
-
set SRB2_MFLAGS=-C src MINGW=1 WARNINGMODE=1 GCC
53
=1 CCACHE=1
build_script
:
-
cmd
:
mingw32-make.exe %SRB2_MFLAGS% %CONFIGURATION%=1 clean
...
...
@@ -78,21 +63,21 @@ after_build:
test
:
off
#
deploy:
#
- provider: FTP
#
protocol: ftps
#
host:
#
secure: NsLJEPIBvmwCOj8Tg8RoRQ==
#
username:
#
secure: ejxi5mvk7oLYu7QtbYojajEPigMy0mokaKhuEVuDZcA=
#
password:
#
secure: Hbn6Uy3lT0YZ88yFJ3aW4w==
#
folder: appveyor
#
application:
#
active_mode: false
#
on:
#
branch: master
#
appveyor_repo_tag: true
deploy
:
-
provider
:
FTP
protocol
:
ftps
host
:
secure
:
NsLJEPIBvmwCOj8Tg8RoRQ==
username
:
secure
:
ejxi5mvk7oLYu7QtbYojajEPigMy0mokaKhuEVuDZcA=
password
:
secure
:
Hbn6Uy3lT0YZ88yFJ3aW4w==
folder
:
appveyor
application
:
active_mode
:
false
on
:
branch
:
master
appveyor_repo_tag
:
true
on_finish
:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment