Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
packaging
windows-icinga2
Commits
7fdb7c1d
Commit
7fdb7c1d
authored
Apr 03, 2019
by
Markus Frosch
Browse files
git init
parents
Pipeline
#3729
canceled with stage
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
0 → 100644
View file @
7fdb7c1d
stages
:
-
build
variables
:
#BITS: 32 or 64
CMAKE_BUILD_TYPE
:
RelWithDebInfo
CMAKE_GENERATOR
:
"
Visual
Studio
15
2017
Win${BITS}"
BOOST_ROOT
:
'
C:\local\boost_1_69_0-Win${BITS}'
BOOST_LIBRARYDIR
:
'
C:\local\boost_1_69_0-Win${BITS}\lib${BITS}-msvc-14.1'
BISON_BINARY
:
'
C:\ProgramData\chocolatey\lib\winflexbison3\tools\win_bison.exe'
FLEX_BINARY
:
'
C:\ProgramData\chocolatey\lib\winflexbison3\tools\win_flex.exe'
OPENSSL_ROOT_DIR
:
'
C:\local\OpenSSL_1_1_1b-Win${BITS}'
.build
:
&build
stage
:
build
tags
:
-
win
before_script
:
-
Get-Item env:BOOST_LIBRARYDIR
script
:
-
icinga-build-package
cache
:
key
:
"
${CI_COMMIT_REF_NAME}-${CI_JOB_NAME}"
paths
:
-
Build/
# artifacts:
# paths:
# - build/*
# expire_in: 1 week
Win32
:
<<
:
*build
variables
:
BITS
:
32
Win64
:
<<
:
*build
variables
:
BITS
:
64
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment