We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28de252 commit a3b9c3bCopy full SHA for a3b9c3b
1 file changed
.travis.yml
@@ -29,5 +29,33 @@ script:
29
- date
30
- mkdir output
31
- bash make.sh
32
+ - ls output
33
+ - ls output | wc -l
34
- cd output
35
- bash ../test.sh
36
+ - cd ..
37
+ - rm -fr output
38
+ - mkdir output
39
+ - bash make.sh -o no-m32
40
41
42
+ - cd output
43
+ - bash ../test.sh
44
45
46
47
+ - bash make.sh -o no-valgrind
48
49
50
51
52
53
54
55
+ - bash make.sh -o no-valgrind -o no-m32
56
57
58
59
60
61
0 commit comments