-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refs #5 changes: - changed folder structure to accomodate for windows systems - added Windows.bat scripts for building and running docker iamge issues: - image complains about lack of hardware acceleration - sound is unable to be passed through to windows host
- Loading branch information
1 parent
78cf233
commit fb1ba57
Showing
8 changed files
with
24,608 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
0
Docker/utils/build → Docker/linux-build
100755 → 100644
File renamed without changes.
0
Docker/utils/remove → Docker/linux-remove
100755 → 100644
File renamed without changes.
0
Docker/utils/run → Docker/linux-run
100755 → 100644
File renamed without changes.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
title Building the CodeAndRobots development environment... | ||
|
||
docker build --build-arg BUILD_TOOLS_VERSION="25.0.0" --build-arg ANDRIOD_VERSION="android-25" --build-arg ANRIOD_SYSTEM_ARCH="x86" --build-arg DEFAULT_DEVICE_NAME="Nexus 5" -t react-native . | ||
|
||
pause | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
|
||
docker run --rm -it --privileged -v "PROJECT_PATH" --network host -e DISPLAY=host.docker.internal:0 react-native %* | ||
|
||
pause |
Large diffs are not rendered by default.
Oops, something went wrong.