There are several builds defined here, and a few more sketched out that don't quite work. Most of the steps call out to external shell or batch files, to make things easier to keep track of.
8 lines
213 B
Bash
Executable File
8 lines
213 B
Bash
Executable File
#!/bin/sh -ve
|
|
|
|
cd test
|
|
|
|
# These are the same command-line arguments that are passed in the Xcode scheme.
|
|
# If the scheme is changed, these should be updated too.
|
|
../proj/xc12/build/Release/boe_test -i --order lex
|