cleanup and tests
This commit is contained in:
parent
90096d3f2e
commit
a46733a60a
4 changed files with 2 additions and 2 deletions
2
Makefile
2
Makefile
|
|
@ -12,7 +12,7 @@ macos: bin/c2t_x86 bin/c2t_arm bin/c2t-96h_x86 bin/c2t-96h_arm
|
||||||
lipo -create -output bin/c2t bin/c2t_x86 bin/c2t_arm
|
lipo -create -output bin/c2t bin/c2t_x86 bin/c2t_arm
|
||||||
lipo -create -output bin/c2t-96h bin/c2t-96h_x86 bin/c2t-96h_arm
|
lipo -create -output bin/c2t-96h bin/c2t-96h_x86 bin/c2t-96h_arm
|
||||||
|
|
||||||
dist: windows macos
|
dist: macos windows
|
||||||
|
|
||||||
clean: testclean
|
clean: testclean
|
||||||
rm -f c2t.h bin/c2t bin/c2t-96h bin/c2t.exe bin/c2t-96h.exe bin/c2t_x86 bin/c2t_arm bin/c2t-96h_x86 bin/c2t-96h_arm
|
rm -f c2t.h bin/c2t bin/c2t-96h bin/c2t.exe bin/c2t-96h.exe bin/c2t_x86 bin/c2t_arm bin/c2t-96h_x86 bin/c2t-96h_arm
|
||||||
|
|
|
||||||
|
|
@ -161,7 +161,7 @@ Single load binaries will auto extract and execute. Disk images will auto extra
|
||||||
Automated testing is only supported on MacOS and requires the following:
|
Automated testing is only supported on MacOS and requires the following:
|
||||||
|
|
||||||
|
|
||||||
* Virtual ][ 10.x (<http://http://www.virtualii.com/>)
|
* Virtual ][ 10.0.1 (<http://http://www.virtualii.com/>)
|
||||||
* Windows cross-compiling tools <http://crossgcc.rts-software.org/download/gcc-4.8.0-qt-4.8.4-win32/gcc-4.8.0-qt-4.8.4-for-mingw32.dmg>
|
* Windows cross-compiling tools <http://crossgcc.rts-software.org/download/gcc-4.8.0-qt-4.8.4-win32/gcc-4.8.0-qt-4.8.4-for-mingw32.dmg>
|
||||||
* Docker Desktop for Mac (<https://hub.docker.com/editions/community/docker-ce-desktop-mac/>)
|
* Docker Desktop for Mac (<https://hub.docker.com/editions/community/docker-ce-desktop-mac/>)
|
||||||
|
|
||||||
|
|
|
||||||
BIN
bin/c2t-96h.exe
BIN
bin/c2t-96h.exe
Binary file not shown.
BIN
bin/c2t.exe
BIN
bin/c2t.exe
Binary file not shown.
Loading…
Reference in a new issue