Skip to content

Commit d3a6f67

Browse files
committed
t
1 parent 2669335 commit d3a6f67

File tree

1 file changed

+18
-33
lines changed

1 file changed

+18
-33
lines changed

.github/workflows/blank.yml

+18-33
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,7 @@ on:
44
pull_request:
55
push:
66
branches:
7-
- "1.30"
8-
- "1.40" # for future
9-
- "1.50"
10-
- "more-dune"
7+
- "test"
118

129
permissions: read-all
1310
env:
@@ -50,38 +47,26 @@ jobs:
5047
- run: opam install . --deps-only --with-test
5148
- run: eval $(opam env)
5249

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
6857
# - run: opam exec -- dune install --profile=release
6958
# - run: opam exec -- dune test stdlib/regression
70-
# - run: opam exec -- dune test regression
7159
# - 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
8061
# - run: opam exec -- make regression-all
8162

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
8771
# - run: opam exec -- dune test regression
72+
# - run: opam exec -- make regression-all

0 commit comments

Comments
 (0)