Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
run: |
sh autogen.sh --prefix=$PWD/.local --enable-openmp
make
make check
make distcheck
make install

- name: Print test logs on failure
Expand Down
2 changes: 2 additions & 0 deletions utils/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ dist_man_MANS = gen-ctl-io.1

BUILT_SOURCES = gen-ctl-io geom-ctl-io.c ctlgeom-types.h nlopt-constants.scm

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

nlopt-constants.scm:
echo "#include <nlopt.h>" > nlopt-constants.h
echo "; AUTOMATICALLY GENERATED - DO NOT EDIT" > $@
Expand Down
Loading