4
4
pull_request :
5
5
push :
6
6
branches :
7
- - " 1.30"
8
- - " 1.40" # for future
9
- - " 1.50"
10
- - " more-dune"
7
+ - " test"
11
8
12
9
permissions : read-all
13
10
env :
@@ -50,38 +47,26 @@ jobs:
50
47
- run : opam install . --deps-only --with-test
51
48
- run : eval $(opam env)
52
49
53
- - run : rm -fr runtime32
54
- if : ${{ matrix.os == 'macos-latest' || matrix.os == 'macos-13' }}
55
- - run : opam exec -- dune b src runtime runtime32 stdlib tutorial
56
- if : ${{ matrix.os != 'macos-latest' && matrix.os != 'macos-13'}}
57
- - run : opam exec -- dune b src runtime stdlib tutorial
58
- if : ${{ matrix.os == 'macos-latest' || matrix.os == 'macos-13' }}
59
- - run : opam exec -- dune b @install --profile=release
60
- - run : opam exec -- dune install --profile=release
61
- - run : opam exec -- dune test stdlib/regression
62
- - run : opam exec -- dune test regression_long
63
- - run : opam exec -- dune test regression
64
- - run : opam exec -- make regression-all
65
-
66
- # fails on mac
67
- # - run: opam exec -- dune b
50
+ # - run: rm -fr runtime32
51
+ # if: ${{ matrix.os == 'macos-latest' || matrix.os == 'macos-13' }}
52
+ # - run: opam exec -- dune b src runtime runtime32 stdlib tutorial
53
+ # if: ${{ matrix.os != 'macos-latest' && matrix.os != 'macos-13'}}
54
+ # - run: opam exec -- dune b src runtime stdlib tutorial
55
+ # if: ${{ matrix.os == 'macos-latest' || matrix.os == 'macos-13' }}
56
+ # - run: opam exec -- dune b @install --profile=release
68
57
# - run: opam exec -- dune install --profile=release
69
58
# - run: opam exec -- dune test stdlib/regression
70
- # - run: opam exec -- dune test regression
71
59
# - run: opam exec -- dune test regression_long
72
-
73
- # works
74
- # - run: rm -fr runtime32
75
- # if: ${{ matrix.os == 'macos-latest' }}
76
- # - run: opam exec -- dune b src runtime stdlib tutorial
77
- # if: ${{ matrix.os == 'macos-latest' }}
78
- # - run: opam exec -- make install
79
- # if: ${{ matrix.os != 'macos-latest' }}
60
+ # - run: opam exec -- dune test regression
80
61
# - run: opam exec -- make regression-all
81
62
82
- # - run: opam exec -- dune test stdlib/regression -j1
83
- # - run: opam exec -- dune b
84
- # - run: opam exec -- dune b @install
85
- # - run: opam exec -- dune install
86
- # - run: opam exec -- make regression
63
+ - run : rm -fr runtime32
64
+ - run : opam exec -- dune build -p Lama @install
65
+ - run : opam exec -- dune test regression
66
+ - run : opam exec -- dune test stdlib/regression
67
+ # - run: opam exec -- dune b src runtime stdlib tutorial
68
+ # - run: opam exec -- dune b @install --profile=release
69
+ # - run: opam exec -- dune install --profile=release
70
+ # - run: opam exec -- dune test stdlib/regression
87
71
# - run: opam exec -- dune test regression
72
+ # - run: opam exec -- make regression-all
0 commit comments