Skip to content

Commit a44b778

Browse files
authored
fix distclean, add distcheck to CI (#96)
1 parent 08bef9c commit a44b778

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
run: |
3131
sh autogen.sh --prefix=$PWD/.local --enable-openmp
3232
make
33-
make check
33+
make distcheck
3434
make install
3535
3636
- name: Print test logs on failure

utils/Makefile.am

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ dist_man_MANS = gen-ctl-io.1
3636

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

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+
3941
nlopt-constants.scm:
4042
echo "#include <nlopt.h>" > nlopt-constants.h
4143
echo "; AUTOMATICALLY GENERATED - DO NOT EDIT" > $@

0 commit comments

Comments
 (0)