Skip to content

Commit ffbc0f8

Browse files
committed
Cleanups
1 parent e4e8794 commit ffbc0f8

File tree

1 file changed

+0
-35
lines changed

1 file changed

+0
-35
lines changed

.github/workflows/windows-x64.yml

Lines changed: 0 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -33,24 +33,6 @@ jobs:
3333
sudo make install
3434
3535
- name: stlsplit
36-
# These are just snippets put aside for debugging
37-
#run: export PATH=/usr/lib/mxe/usr/bin:$PATH && git clone https://github.com/admesh/stlsplit && cd stlsplit && premake4 gmake2 && make && sudo cp stlsplit.h /usr/local/include && ls build && sudo cp -P build/libstlsplit.so* /usr/local/lib && sudo ldconfig
38-
# echo | x86_64-w64-mingw32.static-g++ -E -Wp,-v - &&
39-
# echo "PKG_CONFIG_PATH=" $PKG_CONFIG_PATH &&
40-
# echo "CFLAGS=" $CFLAGS "LDFLAGS=" $LDFLAGS &&
41-
# && find /usr/mxe* -type f
42-
# && ls /usr/mxe-x86-64-w64-mingw32.static/include/admesh
43-
# export PKG_CONFIG_PATH=./admesh &&
44-
# export PKG_CONFIG_PATH_x86_64_w64_mingw32_static=../admesh &&
45-
# export PKG_CONFIG_PATH_x86_64_w64_mingw32_static=../admesh &&
46-
# strings `which x86_64-w64-mingw32.static-pkg-config` | grep usr &&
47-
# ls /usr/mxe-x86-64-w64-mingw32.static/lib/pkgconfig &&
48-
# export _STLINCLUDE= &&
49-
# export STLINCLUDE="${_STLINCLUDE}/stlsplit" &&
50-
# echo "___${_STLINCLUDE}___" &&
51-
# echo "___${STLINCLUDE}___" &&
52-
53-
5436
run: >
5537
export PKG_CONFIG_PATH_x86_64_w64_mingw32_static=/usr/mxe-x86-64-w64-mingw32.static/lib/pkgconfig &&
5638
export PATH=/usr/lib/mxe/usr/bin:$PATH &&
@@ -63,21 +45,6 @@ jobs:
6345
sudo mkdir -p /usr/mxe-x86-64-w64-mingw32.static/include/stlsplit &&
6446
sudo /usr/bin/install -c -m 644 stlsplit.h /usr/mxe-x86-64-w64-mingw32.static/include/stlsplit
6547
66-
# sudo /usr/bin/install -c -m 644 libstlsplit.pc '/usr/mxe-x86-64-w64-mingw32.static/lib/pkgconfig'
67-
68-
# export PKG_CONFIG_PATH_x86_64_w64_mingw32_static=/usr/mxe-x86-64-w64-mingw32.static/lib/pkgconfig &&
69-
# export PATH=/usr/lib/mxe/usr/bin:$PATH &&
70-
# git clone https://github.com/udif/stlsplit &&
71-
# cd stlsplit &&
72-
# export CFLAGS=$(x86_64-w64-mingw32.static-pkg-config libadmesh --cflags) &&
73-
# export CXXFLAGS=$(x86_64-w64-mingw32.static-pkg-config libadmesh --cflags) &&
74-
# export LDFLAGS=$(x86_64-w64-mingw32.static-pkg-config libadmesh --libs) &&
75-
# echo "CFLAGS=" $CFLAGS "LDFLAGS=" $LDFLAGS &&
76-
# ./autogen.sh && ./configure --host=x86_64-w64-mingw32.static --prefix=/usr/mxe-x86-64-w64-mingw32.static --includedir='${prefix}/include' &&
77-
# make -n && make &&
78-
# cp -p .libs/libstlsplit-1.dll ../release &&
79-
# sudo make install
80-
8148
- name: qmake
8249
run: >
8350
export PATH=/usr/lib/mxe/usr/bin:$PATH &&
@@ -86,7 +53,6 @@ jobs:
8653
export CXXFLAGS=`printf "%s %s%s" ${CFLAGS1} ${CFLAGS1} '/stlsplit'`
8754
export LDFLAGS="$(x86_64-w64-mingw32.static-pkg-config libadmesh --libs) " &&
8855
/usr/lib/mxe/usr/x86_64-w64-mingw32.static/qt5/bin/qmake
89-
# cat Makefile && cat Makefile.Release
9056
9157
- name: make
9258
run: export PATH=/usr/lib/mxe/usr/bin:$PATH && make
@@ -105,5 +71,4 @@ jobs:
10571
path: |
10672
release/admeshgui.exe
10773
release/libadmesh-1.dll
108-
release/libstlsplit-1.dll
10974

0 commit comments

Comments
 (0)