This directory contains test scripts run on Semaphore CI.
- Create a Semaphore project
- Select a platform in the setting with native Docker support
- Have this command executed:
.semaphoreci/run.sh
To ensure an environment variable is available in all steps, export it in run.sh.
- Add a file that starts with
test_NN_
whereNN
is a number that decides the execution order. - Ensure file is executable (
chmod +x $FILE
)
test_99_codegen.sh
, that step may change
generated.rs
files.