Gemfile
author Jan Vrany <jan.vrany@fit.cvut.cz>
Tue, 19 Jun 2018 21:26:26 +0100
changeset 241 481556cfa16d
parent 0 f46260ba26b1
permissions -rw-r--r--
Rakefiles: fixed tasks `workflow:*` to work on SWING CI On SWING CI, sources of `stx:stc` and `stc:librun` (as well as `.hg` repository) are removed as soon as binaries are compiled (as safety neasure). Therefore, we have to check that there's really a physical mercurial repository in package working copy. Trusting `repo.type` is not enough as it may have been removed.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
0
f46260ba26b1 Initial shot of "new" rake-based builder
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
     1
source :rubygems
f46260ba26b1 Initial shot of "new" rake-based builder
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
     2
f46260ba26b1 Initial shot of "new" rake-based builder
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
     3
gem 'rake', '0.8.7'