.hgignore
author Jan Vrany <jan.vrany@fit.cvut.cz>
Tue, 19 Sep 2017 11:09:57 +0000
changeset 150 6525662ac35f
parent 18 647bee28090f
child 255 6d6880749905
permissions -rw-r--r--
Makefiles: Use GCC 4.x, 5.x or 6.x We need to use at most GCC 6.x, some code may fail to compile with GCC 7 due to `-Werror` (`send.c` for instance). We won't fix that for Smalltalk/X 6.x.x which is now in maintenace phase, will be fixed only for Smalltalk/X 8.0.0.
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
syntax: glob
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
build
4
48ec8a59ced4 Renamed `dist` target to `install`. Added new target `artifacts` (mainly) for Jenkins builds.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 0
diff changeset
     4
artifacts
0
f46260ba26b1 Initial shot of "new" rake-based builder
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
     5
reports
18
647bee28090f Write default configuration to `config.rb` rather than to `.config.rake`.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 17
diff changeset
     6
config.rb
17
76ed1d1a6bff Added `.rake_tasks~` to `.hgignore`.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 4
diff changeset
     7
.rake_tasks~