Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
Gem
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Albert Gräf
Gem
Commits
3f018f68
Commit
3f018f68
authored
Apr 02, 2019
by
IOhannes m zmoelnig
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' into videoVIDS
parents
3825da36
f3b7e066
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
2 deletions
+10
-2
.git-ci/gitlab-iem.yml
.git-ci/gitlab-iem.yml
+2
-2
.git-ci/msys2.pacman
.git-ci/msys2.pacman
+8
-0
No files found.
.git-ci/gitlab-iem.yml
View file @
3f018f68
...
...
@@ -84,7 +84,7 @@ variables:
-
rm -f Pd.zip
-
rm -f _pd/bin/msvcr*.dll
-
export PD="_pd/bin/pd.com"
-
pacman --noconfirm -S $(cat .git-ci/msys2.pacman | sed -e 's|#.*||' -e "s|@MINGW@|${MINGW_PACKAGE_PREFIX}-|")
-
pacman --noconfirm -S
--needed
$(cat .git-ci/msys2.pacman | sed -e 's|#.*||' -e "s|@MINGW@|${MINGW_PACKAGE_PREFIX}-|")
-
date
-
g++ -v
script
:
...
...
@@ -110,7 +110,7 @@ variables:
-
rm -f Pd.zip
-
rm -f _pd/bin/msvcr*.dll
-
export PD="_pd/bin/pd.com"
-
pacman --noconfirm -S $(cat .git-ci/msys2.pacman | sed -e 's|#.*||' -e "s|@MINGW@|${MINGW_PACKAGE_PREFIX}-|")
-
pacman --noconfirm -S
--needed
$(cat .git-ci/msys2.pacman | sed -e 's|#.*||' -e "s|@MINGW@|${MINGW_PACKAGE_PREFIX}-|")
-
date
-
g++ -v
script
:
...
...
.git-ci/msys2.pacman
View file @
3f018f68
# basic building infrastructure
@MINGW@gcc
@MINGW@libtool
autotools
automake
make
@MINGW@pkg-config
# model loading
@MINGW@assimp
...
...
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