Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
vagrant-boxen
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Piotr Maślanka
vagrant-boxen
Commits
0117a329
There was a problem fetching the pipeline stages.
Commit
0117a329
authored
8 years ago
by
Piotr Maślanka
Browse files
Options
Downloads
Patches
Plain Diff
okej
parent
d1545212
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#1313
failed with stages
in 9 minutes and 7 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Vagrantfile
+1
-0
1 addition, 0 deletions
Vagrantfile
build_as_vagrant.sh
+8
-4
8 additions, 4 deletions
build_as_vagrant.sh
with
9 additions
and
4 deletions
Vagrantfile
+
1
−
0
View file @
0117a329
...
...
@@ -28,6 +28,7 @@ Vagrant.configure("2") do |config|
# Install fontconfig, wait for processing
apt-get install -y --install-recommends winehq-stable
apt-get install -y winetricks
# Install command
cp -f /vagrant/tibbo_build.sh /usr/sbin/tibbo_build
...
...
This diff is collapsed.
Click to expand it.
build_as_vagrant.sh
+
8
−
4
View file @
0117a329
...
...
@@ -18,17 +18,21 @@ winetricks native_oleaut32
wine start.exe
ln
-s
/vagrant /home/vagrant/.wine/drive_c/vagrant
# Install Tibbo tools - in the background
$(
mkdir
-p
"/home/vagrant/.wine/drive_c/Program Files/Tibbo"
&&
wget http://dev.dms-serwis.com.pl/misc/tide-tibbo-lite-5.1.3-win32.zip
-O
/tmp/tibbo.zip
&&
unzip /tmp/tibbo.zip
-d
"/home/vagrant/.wine/drive_c/Program Files/Tibbo"
)
&
# Only now is it safe to install Mono :/ it requires wine for setup
sudo
apt-get
install
-y
winbind mono-complete
# Install Tibbo tools
mkdir
-p
"/home/vagrant/.wine/drive_c/Program Files/Tibbo"
wget http://dev.dms-serwis.com.pl/misc/tide-tibbo-lite-5.1.3-win32.zip
-O
/tmp/tibbo.zip
unzip /tmp/tibbo.zip
-d
"/home/vagrant/.wine/drive_c/Program Files/Tibbo"
# WINE extensions - max 15 minutes!
cd
/home/vagrant/.wine/drive_c
winetricks dotnet40 corefonts
wait
%1
kill
-9
%1
touch
/vagrant/OK
\ No newline at end of file
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