cleanup and tests

This commit is contained in:
Egan Ford 2021-08-22 13:22:42 -06:00
parent 90096d3f2e
commit a46733a60a
4 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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/>)

Binary file not shown.

Binary file not shown.