console ant should be self-contained - one ant invocation should build things
This commit is contained in:
parent
bc7af43d41
commit
71ed4edcb1
|
@ -20,10 +20,6 @@ jobs:
|
||||||
- name: Install Tools
|
- name: Install Tools
|
||||||
run: sudo apt-get install ncftp
|
run: sudo apt-get install ncftp
|
||||||
|
|
||||||
- name: Generate Java (Antlr)
|
|
||||||
working-directory: ./java_tools/configuration_definition
|
|
||||||
run: ant antlr
|
|
||||||
|
|
||||||
- name: Build console
|
- name: Build console
|
||||||
working-directory: ./java_console
|
working-directory: ./java_console
|
||||||
run: ant server_jar
|
run: ant server_jar
|
||||||
|
|
Loading…
Reference in New Issue