8000 Add drone.yml file to use Scala Platform CI · codeZeilen/scala.github.com@d3b30ea · GitHub
[go: up one dir, main page]

Skip to content

Commit d3b30ea

Browse files
committed
Add drone.yml file to use Scala Platform CI
Travis, goodbye. Your last attempt of killing our beloved tut setup is not nice. I'm sorry, this is how life is. We just change partner. See urho3d/urho3d#651 for related discussions on memory leaks in Travis and Travis killing other processes that are memory intensive as tut.
1 parent 8c933e9 commit d3b30ea

File tree

3 files changed

+11
-19
lines changed

3 files changed

+11
-19
lines changed

.drone.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
pipeline:
2+
build:
3+
image: ruby:2.0
4+
commands:
5+
- curl -L -o coursier https://git.io/vgvpD
6+
- bundle install
7< 7B7C /code>+
- chmod +x coursier
8+
- ./scripts/run-tut.sh
9+
- rm -r tut-tmp
10+
- bundle exec jekyll build

.drone.yml.sig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
eyJhbGciOiJIUzI1NiJ9.cGlwZWxpbmU6CiAgYnVpbGQ6CiAgICBpbWFnZTogcnVieToyLjAKICAgIGNvbW1hbmRzOgogICAgICAtIGN1cmwgLUwgLW8gY291cnNpZXIgaHR0cHM6Ly9naXQuaW8vdmd2cEQKICAgICAgLSBidW5kbGUgaW5zdGFsbAogICAgICAtIGNobW9kICt4IGNvdXJzaWVyCiAgICAgIC0gLi9zY3JpcHRzL3J1bi10dXQuc2gKICAgICAgLSBybSAtciB0dXQtdG1wCiAgICAgIC0gYnVuZGxlIGV4ZWMgamVreWxsIGJ1aWxkCg.vnXkcZj1-bb1RTubdu4TQ4uMvp24fwKTPwrBUkxvEys

.travis.yml

Lines changed: 0 additions & 19 deletions
This file was deleted.

0 commit comments

Comments
 (0)
0