mirror of
https://github.com/spencershepard/RotorOps.git
synced 2025-11-10 15:45:30 +00:00
disable pydcs using savedgames directory (#57)
This commit is contained in:
parent
f5dfcf0448
commit
756dfd5269
2
.github/workflows/lua.yml
vendored
2
.github/workflows/lua.yml
vendored
@ -1,4 +1,4 @@
|
|||||||
name: Lua Checks
|
name: Lua-checks
|
||||||
on: [push, pull_request]
|
on: [push, pull_request]
|
||||||
jobs:
|
jobs:
|
||||||
lua-linter:
|
lua-linter:
|
||||||
|
|||||||
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@ -1,4 +1,4 @@
|
|||||||
name: CI
|
name: Deploy-to-updater
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
types:
|
types:
|
||||||
@ -15,7 +15,7 @@ jobs:
|
|||||||
echo The PR was merged
|
echo The PR was merged
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
needs: [Lua Checks, Python Checks]
|
needs: [Lua-checks,Python-checks]
|
||||||
runs-on: ubuntu-latest # windows-latest | macos-latest
|
runs-on: ubuntu-latest # windows-latest | macos-latest
|
||||||
name: Deploy to updater if files changed
|
name: Deploy to updater if files changed
|
||||||
steps:
|
steps:
|
||||||
|
|||||||
2
.github/workflows/python.yml
vendored
2
.github/workflows/python.yml
vendored
@ -1,4 +1,4 @@
|
|||||||
name: Python Checks
|
name: Python-checks
|
||||||
|
|
||||||
on: [push, pull_request]
|
on: [push, pull_request]
|
||||||
|
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
-e git+https://github.com/spencershepard/dcs@aba313f9465181be3de782cdf90ccf366d883d8e#egg=pydcs
|
-e git+https://github.com/spencershepard/dcs@cd0e21cc0b4e370cafab975b3965ccdeb55c1d11#egg=pydcs
|
||||||
packaging==21.3
|
packaging==21.3
|
||||||
PyQt5==5.15.9
|
PyQt5==5.15.9
|
||||||
PyYAML==6.0
|
PyYAML==6.0
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
# ROTOROPS VERSION
|
# ROTOROPS VERSION
|
||||||
maj_version = 1
|
maj_version = 1
|
||||||
minor_version = 5
|
minor_version = 5
|
||||||
patch_version = 0
|
patch_version = 1
|
||||||
|
|
||||||
version_url = 'https://dcs-helicopters.com/app-updates/versioncheck.yaml'
|
version_url = 'https://dcs-helicopters.com/app-updates/versioncheck.yaml'
|
||||||
|
|
||||||
|
|||||||
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user