This website requires JavaScript.
Explore
Help
Register
Sign In
Bensuperpc
/
dockcross
Watch
1
Star
0
Fork
0
You've already forked dockcross
mirror of
https://github.com/bensuperpc/dockcross.git
synced
2024-11-10 05:07:26 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
2d0e17f48a
dockcross
/
.gitignore
8 lines
87 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Makefile: Add test targets This commits add test targets for all images, this will facilitate local testing. In addition to the usual targets: make android-arm make browser-asmjs [...] the following targets are now available: make tests make android-arm.test make browser-asmjs.test [...] Note that the target "all" has been renamed into "images"
2016-07-16 08:45:23 +02:00
bin
Tidy up and consolidate both README.rst/README.md into one. Introduce linux-armv5.
2016-05-27 00:54:02 +02:00
dockcross
Makefile: Add test targets This commits add test targets for all images, this will facilitate local testing. In addition to the usual targets: make android-arm make browser-asmjs [...] the following targets are now available: make tests make android-arm.test make browser-asmjs.test [...] Note that the target "all" has been renamed into "images"
2016-07-16 08:45:23 +02:00
*/test/
base: Split into Dockerfile.in and common.docker So common.docker can be re-used in other images that are not built FROM base.
2016-09-20 06:35:37 +02:00
Dockerfile
browser-asmjs: Update to depend on existing image from "trzeci/emscripten" This commit updates the "browser-asmjs" images to avoid systematic rebuild of emscripten sdk. Instead, it introduces dependency on the image maintained by @trzeci Note also: * emscripten sdk updated from 1.36.7 to 1.36.14 * symlinking of "/bin/bash" as "/bin/sh" is reverted. This ensures other images including file like "common.debian" and relying on standard "sh" behavior will work as expected. * workaround associated with CMakeForceCompiler has been removed from Dockerfile. Emscripten as been fixed. See https://github.com/kripken/emscripten/pull/4477 * we will revisit once official images are available. See https://github.com/kripken/emscripten/issues/4682
2016-11-25 21:45:32 +01:00
browser-asmjs/Dockerfile
makefile: Ensure imagefiles are available in build image context
2016-11-25 21:51:38 +01:00
*/imagefiles/*
!imagefiles/*
Reference in New Issue
Copy Permalink