Skip to content

Commit

Permalink
Update github workflow to build the split-out LTN tool [rebuild] [rel…
Browse files Browse the repository at this point in the history
…ease]
  • Loading branch information
dabreegster committed Jan 23, 2022
1 parent 33332bd commit 02e1368
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Expand Up @@ -59,6 +59,9 @@ jobs:
- name: Build parking_mapper
working-directory: parking_mapper
run: cargo build --release ${{ env.features }}
- name: Build ltn
working-directory: ltn
run: cargo build --release ${{ env.features }}

- name: Build the CLI tool
run: cargo build --release --bin cli
Expand Down
2 changes: 1 addition & 1 deletion release/build.sh
Expand Up @@ -38,7 +38,7 @@ cp release/play_abstreet.$ext release/ungap_the_map.$ext release/INSTRUCTIONS.tx
mkdir $output/game
cp target/release/game${suffix} $output/game

for name in cli fifteen_min osm_viewer parking_mapper santa; do
for name in cli fifteen_min osm_viewer parking_mapper santa ltn; do
cp target/release/${name}${suffix} $output;
done

Expand Down

0 comments on commit 02e1368

Please sign in to comment.