specs/dependencies.rbspec
author Jan Vrany <jan.vrany@labware.com>
Tue, 23 Jun 2020 12:16:02 +0100
changeset 294 0f3980335d2b
parent 290 29f361e1e31c
permissions -rw-r--r--
CI: do not archive (and publish) i686 versions any more 32bit Intel is phasing out already - Microsoft is dropping i686 Windows 10, many Linux distros are dropping i686 architecture too. We still build and test 32bit versions, but no longer archive it nor publish it to save space and bandwidth. We might make it available again upon request.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
286
c08455e14746 Rakefiles: add support for manual dependency definitions
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
     1
# This file contains !!!manual!!! package depedencies.
c08455e14746 Rakefiles: add support for manual dependency definitions
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
     2
#
c08455e14746 Rakefiles: add support for manual dependency definitions
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
     3
# Normally, this is extracted automatically from package definition but
c08455e14746 Rakefiles: add support for manual dependency definitions
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
     4
# eXept sometimes get dependencies wrong so this files remedies such
c08455e14746 Rakefiles: add support for manual dependency definitions
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
     5
# mistakes.
c08455e14746 Rakefiles: add support for manual dependency definitions
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
     6
290
29f361e1e31c Specs: remove manual dependency specs for `stx:goodies/communication`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 286
diff changeset
     7
# 2020-01-19 
29f361e1e31c Specs: remove manual dependency specs for `stx:goodies/communication`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 286
diff changeset
     8
# No longer, fixed by moving WebSockeTest to stx:goodies/regression. 
29f361e1e31c Specs: remove manual dependency specs for `stx:goodies/communication`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 286
diff changeset
     9
# Thanks! 
29f361e1e31c Specs: remove manual dependency specs for `stx:goodies/communication`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 286
diff changeset
    10
# 
29f361e1e31c Specs: remove manual dependency specs for `stx:goodies/communication`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 286
diff changeset
    11
# task :'stx:goodies/communication:dependencies' => :'stx:goodies/sunit'
29f361e1e31c Specs: remove manual dependency specs for `stx:goodies/communication`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 286
diff changeset
    12
# task :'stx:goodies/communication:dependencies' => :'stx:goodies/webServer'