Skip to content

Commit

Permalink
Fixed config
Browse files Browse the repository at this point in the history
  • Loading branch information
Obbay2 committed May 25, 2019
1 parent 0276f79 commit ae7baa3
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion BaseStationAppVeyorConfig.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,13 @@ before_build:
Invoke-WebRequest "https://github.com/huskyroboticsteam/BaseStationPreload/raw/master/GStreamer.zip" -OutFile $libFile
Expand-Archive -Path $libFile -DestinationPath "lib"
Expand-Archive -Path $libFile -DestinationPath "gst"
$pluginFile = "plugins.zip"
Invoke-WebRequest "https://github.com/huskyroboticsteam/BaseStationPreload/raw/master/GStreamer_Plugins.zip" -OutFile $pluginFile
Expand-Archive -Path $pluginFile -DestinationPath "lib"
$mapsFile = "maps.zip"
Expand All @@ -27,6 +33,8 @@ build:
verbosity: minimal
after_build:
- ps: >-
mv gst\* EntryPoint\bin\Release
mv lib EntryPoint\bin\Release\lib
mv Images EntryPoint\bin\Release\Images
Expand Down

0 comments on commit ae7baa3

Please sign in to comment.