Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
AstroAir committed Nov 29, 2023
1 parent 05f685a commit a342f86
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 24 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,16 +32,19 @@ jobs:
strategy:
fail-fast: false
matrix:
language: [ 'cpp' ]
language: [ 'javascript', 'python', 'cpp' ]
# CodeQL supports [ 'cpp', 'csharp', 'go', 'java', 'javascript', 'python', 'ruby' ]
# Use only 'java' to analyze code written in Java, Kotlin or both
# Use only 'javascript' to analyze code written in JavaScript, TypeScript or both
# Learn more about CodeQL language support at https://aka.ms/codeql-docs/language-support

steps:

- name: Run install dependencies
run: sudo apt-add-repository ppa:mutlaqja/ppa -y && sudo apt update && sudo apt upgrade -y && sudo apt install libcurl4-openssl-dev libev-dev libgl-dev libspdlog-dev libboost-thread-dev libopencv-dev libboost-dev libgsl-dev libcfitsio-dev libz-dev python3-dev libssl-dev libboost-system-dev && sudo apt-get install libindi1 libglfw3-dev indi-bin libindi-dev
- name: Update the build system
run: sudo apt-get update && sudo apt-get upgrade -y

- name: Install dependencies
run: sudo apt install gcc g++ cmake libcfitsio-dev zlib1g-dev libssl-dev libzip-dev libnova-dev libfmt-dev

- name: Checkout repository
uses: actions/checkout@v3
Expand Down
52 changes: 31 additions & 21 deletions locale/po/en_US.UTF-8/lithium.po
Original file line number Diff line number Diff line change
@@ -1,86 +1,96 @@
#: /workspaces/Lithium/src/device/device_manager.cpp:161
#: E:/msys64/home/Qrm/Lithium/src/device/device_manager.cpp:161
#, c++-format
msgid "A device with name {} already exists, please choose a different name"
msgstr ""

#: /workspaces/Lithium/src/device/indidevice_manager.cpp:278
#: E:/msys64/home/Qrm/Lithium/src/device/indidevice_manager.cpp:278
#, c++-format
msgid "Failed to run command: {}"
msgstr ""

#: /workspaces/Lithium/src/App.cpp:255
#: E:/msys64/home/Qrm/Lithium/src/App.cpp:255
msgid "port the server running on"
msgstr ""

#: /workspaces/Lithium/src/App.cpp:256
#: E:/msys64/home/Qrm/Lithium/src/App.cpp:256
msgid "host the server running on"
msgstr ""

#: /workspaces/Lithium/src/App.cpp:257
#: E:/msys64/home/Qrm/Lithium/src/App.cpp:257
msgid "path to the config file"
msgstr ""

#: /workspaces/Lithium/src/App.cpp:258
#: E:/msys64/home/Qrm/Lithium/src/App.cpp:258
msgid "path to the modules directory"
msgstr ""

#: /workspaces/Lithium/src/App.cpp:259
#: E:/msys64/home/Qrm/Lithium/src/App.cpp:259
msgid "web panel"
msgstr ""

#: /workspaces/Lithium/src/App.cpp:260
#: E:/msys64/home/Qrm/Lithium/src/App.cpp:260
msgid "path to log file"
msgstr ""

#: /workspaces/Lithium/src/App.cpp:262
#: E:/msys64/home/Qrm/Lithium/src/App.cpp:262
msgid "Lithium Command Line Interface:"
msgstr ""

#: /workspaces/Lithium/src/App.cpp:263
#: E:/msys64/home/Qrm/Lithium/src/App.cpp:263
msgid "End."
msgstr ""

#: /workspaces/Lithium/src/App.cpp:271
#: E:/msys64/home/Qrm/Lithium/src/App.cpp:271
#, c-format
msgid "Failed to parser command line : %s"
msgstr ""

#: /workspaces/Lithium/src/App.cpp:293
#: E:/msys64/home/Qrm/Lithium/src/App.cpp:293
#, c-format
msgid "Command line server port : %d"
msgstr ""

#: /workspaces/Lithium/src/App.cpp:299
#: E:/msys64/home/Qrm/Lithium/src/App.cpp:299
#, c-format
msgid "Set server port to %d"
msgstr ""

#: /workspaces/Lithium/src/LithiumApp.cpp:80
#: E:/msys64/home/Qrm/Lithium/src/LithiumApp.cpp:80
#, c++-format
msgid "Failed to load Lithium App , error : {}"
msgstr ""

#: /workspaces/Lithium/src/LithiumApp.cpp:97
#: E:/msys64/home/Qrm/Lithium/src/LithiumApp.cpp:97
#, c++-format
msgid "Get config value: {}"
msgstr ""

#: /workspaces/Lithium/src/LithiumApp.cpp:103
#: E:/msys64/home/Qrm/Lithium/src/LithiumApp.cpp:103
#, c++-format
msgid "Set {} to {}"
msgstr ""

#: /workspaces/Lithium/src/LithiumApp.cpp:301
#: E:/msys64/home/Qrm/Lithium/src/LithiumApp.cpp:301
#, c++-format
msgid "Failed to run chai command : {}"
msgstr ""

#: /workspaces/Lithium/src/LithiumApp.cpp:319
#: E:/msys64/home/Qrm/Lithium/src/LithiumApp.cpp:319
#, c++-format
msgid "Failed to run chai multi command {}"
msgstr ""

#: /workspaces/Lithium/src/LithiumApp.cpp:332
#: E:/msys64/home/Qrm/Lithium/src/LithiumApp.cpp:332
#, c++-format
msgid "Failed to load chaiscript file {}"
msgstr ""

#: /workspaces/Lithium/src/LithiumApp.cpp:345
#: E:/msys64/home/Qrm/Lithium/src/LithiumApp.cpp:345
#, c++-format
msgid "Failed to unload chaiscript file {}"
msgstr ""

#: /workspaces/Lithium/src/LithiumApp.cpp:358
#: E:/msys64/home/Qrm/Lithium/src/LithiumApp.cpp:358
#, c++-format
msgid "Failed to run chai script {}"
msgstr ""

0 comments on commit a342f86

Please sign in to comment.