Update 'Development workflow'
+34
-1
@@ -51,4 +51,37 @@ Select commit and push.
|
||||
|
||||
Now that our branch is on the repository it is available for MagicBox to compile and run.
|
||||
|
||||
`docker exec -it magicbox /bin/bash`
|
||||
`docker exec -it magicbox /bin/bash`
|
||||
|
||||
```console
|
||||
magicbox~/magicbane$./mbbuild test-workflowguide
|
||||
bash: ./mbbuild: No such file or directory
|
||||
magicbox~/magicbane$./mbbuild.sh test-workflowguide
|
||||
Fetching origin
|
||||
remote: Enumerating objects: 13, done.
|
||||
remote: Counting objects: 100% (13/13), done.
|
||||
remote: Compressing objects: 100% (7/7), done.
|
||||
remote: Total 7 (delta 3), reused 0 (delta 0), pack-reused 0
|
||||
Unpacking objects: 100% (7/7), 687 bytes | 171.00 KiB/s, done.
|
||||
From 63.141.251.154:MagicBane/Server
|
||||
* [new branch] test-workflowguide -> origin/test-workflowguide
|
||||
Branch 'test-workflowguide' set up to track remote branch 'test-workflowguide' from 'origin'.
|
||||
Switched to a new branch 'test-workflowguide'
|
||||
Already up to date.
|
||||
Buildfile: /home/mbbox/magicbane/build/build.xml
|
||||
|
||||
clean:
|
||||
[delete] Deleting directory /home/mbbox/magicbane/build/bin
|
||||
[mkdir] Created dir: /home/mbbox/magicbane/build/bin
|
||||
|
||||
compile:
|
||||
[javac] Compiling 835 source files to /home/mbbox/magicbane/build/classes
|
||||
[javac] Note: Some input files use unchecked or unsafe operations.
|
||||
[javac] Note: Recompile with -Xlint:unchecked for details.
|
||||
|
||||
createjar:
|
||||
[jar] Building jar: /home/mbbox/magicbane/build/bin/magicbane.jar
|
||||
|
||||
BUILD SUCCESSFUL
|
||||
Total time: 11 seconds
|
||||
```
|
||||
Reference in New Issue
Block a user