diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2021-02-01 16:29:53 -0500 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2021-02-01 16:29:53 -0500 |
| commit | 5a5fb453305ae43f981b9061fc9444068e493fdc (patch) | |
| tree | ed9f08fdd703b66c1672270c44ee282b9ea46386 /appveyor.yml | |
| parent | 7f5e6c86692f4e1ee5f7f7238baa3c706ced4906 (diff) | |
| download | erable-godot-5a5fb453305ae43f981b9061fc9444068e493fdc.tar.gz erable-godot-5a5fb453305ae43f981b9061fc9444068e493fdc.tar.bz2 erable-godot-5a5fb453305ae43f981b9061fc9444068e493fdc.zip | |
It can now play audio!
Diffstat (limited to 'appveyor.yml')
| -rw-r--r-- | appveyor.yml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml new file mode 100644 index 0000000..85c77cc --- /dev/null +++ b/appveyor.yml @@ -0,0 +1,8 @@ +version: 1.0.{build}
+image: Visual Studio 2019
+before_build:
+- cmd: dotnet restore
+build:
+ verbosity: normal
+before_deploy:
+- ps: iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/deploy.ps1'))
|
