We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08bef9c commit a44b778Copy full SHA for a44b778
2 files changed
.github/workflows/ci.yml
@@ -30,7 +30,7 @@ jobs:
30
run: |
31
sh autogen.sh --prefix=$PWD/.local --enable-openmp
32
make
33
- make check
+ make distcheck
34
make install
35
36
- name: Print test logs on failure
utils/Makefile.am
@@ -36,6 +36,8 @@ dist_man_MANS = gen-ctl-io.1
37
BUILT_SOURCES = gen-ctl-io geom-ctl-io.c ctlgeom-types.h nlopt-constants.scm
38
39
+DISTCLEANFILES = octagon_c_normal_sidewall_gnu_plot.dat octagon_c_two_half_degree_sidewall_gnu_plot.dat square_normal_sidewall_gnu_plot.dat square_one_degree_sidewall_gnu_plot.dat
40
+
41
nlopt-constants.scm:
42
echo "#include <nlopt.h>" > nlopt-constants.h
43
echo "; AUTOMATICALLY GENERATED - DO NOT EDIT" > $@
0 commit comments