~a-roehler/s-x-emacs-werkstatt/trunk

« back to all changes in this revision

Viewing changes to run-travis-ci.sh

  • Committer: Andreas Röhler
  • Date: 2016-10-06 09:41:19 UTC
  • Revision ID: andreas.roehler@online.de-20161006094119-g49r1wy2kh07de1s
thingatpt-utils-core new dir

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
# Code:
20
20
 
21
21
echo "\$PWD: $PWD"
22
 
${WERKSTATT:=1}
 
22
WERKSTATT=${WERKSTATT:=1}
23
23
 
24
24
echo "\$WERKSTATT: $WERKSTATT"
25
25
 
26
26
# /home/travis/build/andreas-roehler/thing-at-point-utils
27
27
 
28
 
# ls -l $HOME/werkstatt/subroutines/beg-end.el
 
28
DIR1=thingatpt-utils-core
29
29
 
30
 
DIR1=subroutines
31
30
DIR2=thing-at-point-utils
32
31
DIR3=sh-werk
33
32
DIR4=misc
34
33
DIR5=general-key
35
 
DIR6="~/.emacs.d/elpa/scala-mode-20160813.304"
36
 
DIR7="~/.emacs.d/elpa/haskell-mode-20160818.437"
 
34
 
 
35
if [ $HOSTNAME = "sprache" ]; then
 
36
    DIR6="~/.emacs.d/elpa/scala-mode-20160813.304"
 
37
    DIR7="~/.emacs.d/elpa/haskell-mode-20160818.437"
 
38
else
 
39
    DIR6="~/.emacs.d/elpa/scala-mode-20160902.525"
 
40
    DIR7="~/.emacs.d/elpa/haskell-mode-20160819.1008"
 
41
fi
37
42
 
38
43
 
39
44
TESTDIR1=$PWD/$DIR1/test
45
50
FILE1=$PWD/$DIR1/beg-end.el
46
51
FILE2=$PWD/$DIR1/ar-subr.el
47
52
FILE3=$PWD/$DIR1/ar-navigate.el
48
 
FILE4=$PWD/$DIR1/gnu-emacs-fixes.el
 
53
 
49
54
FILE5=$PWD/$DIR2/thing-at-point-peel.el
50
 
FILE6=$DIR2/thingatpt-utils-base.el
 
55
FILE6=$DIR1/thingatpt-utils-base.el
51
56
FILE7=$DIR2/thing-at-point-utils.el
52
57
FILE8=$DIR2/thing-classes-in-data-forms-aktiv.el
53
58
FILE9=$DIR2/thing-classes-in-delimited-list.el
114
119
-load $FILE1 \
115
120
-load $FILE2 \
116
121
-load $FILE3 \
117
 
-load $FILE4 \
118
122
-load $FILE5 \
119
123
-load $FILE6 \
120
124
-load $FILE7 \
173
177
-load $FILE1 \
174
178
-load $FILE2 \
175
179
-load $FILE3 \
176
 
-load $FILE4 \
177
180
-load $FILE5 \
178
181
-load $FILE6 \
179
182
-load $FILE7 \
223
226
    echo "entfernt"
224
227
    echo "Lade testumgebung \"ENTFERNT\""
225
228
fi
226