We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4be9131 commit 13f41fdCopy full SHA for 13f41fd
1 file changed
pkgs/hypre.yaml
@@ -117,7 +117,7 @@ build_stages:
117
handler: bash
118
bash: |
119
120
-- when: not without_check
+- when: not without_check and platform == 'Linux'
121
name: check
122
after: rpath-fix
123
@@ -131,6 +131,17 @@ build_stages:
131
./test/struct
132
./test/sstruct -in test/sstruct.in.default -solver 40 -rhsone
133
134
+- when: not without_check and platform != 'Linux'
135
+ name: check
136
+ after: rpath-fix
137
+ handler: bash
138
+ bash: |
139
+ make check
140
+ make test
141
+ ./test/ij
142
+ ./test/struct
143
+ ./test/sstruct -in test/sstruct.in.default -solver 40 -rhsone
144
+
145
- when: without_check
146
147
0 commit comments