mini_portile2 2.4.0 → 2.8.5

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,11 +0,0 @@
1
- . "c:\var\vcap\packages\windows-ruby-dev-tools\prelude.ps1"
2
-
3
- $env:RUBYOPT = "-rdevkit"
4
-
5
- push-location mini_portile
6
-
7
- system-cmd "gem install bundler"
8
- system-cmd "bundle install"
9
- system-cmd "bundle exec rake test"
10
-
11
- pop-location
@@ -1,13 +0,0 @@
1
- #! /usr/bin/env bash
2
-
3
- set -e -x -u
4
-
5
- apt-get update
6
- apt-get install -y cmake
7
-
8
- pushd mini_portile
9
-
10
- bundle install
11
- bundle exec rake test
12
-
13
- popd