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
|
||||
run: sudo apt-get install ncftp
|
||||
|
||||
- name: Generate Java (Antlr)
|
||||
working-directory: ./java_tools/configuration_definition
|
||||
run: ant antlr
|
||||
|
||||
- name: Build console
|
||||
working-directory: ./java_console
|
||||
run: ant server_jar
|
||||
|
|
Loading…
Reference in New Issue