Skip to content
Snippets Groups Projects
Commit 0641f4e6 authored by Jerome Royan's avatar Jerome Royan
Browse files

migrate to new arf openapi git repository

parent 1fa1365e
No related branches found
No related tags found
2 merge requests!6Correction of many fixes,!5force the use of version 6.6.0 of openapi-generator-cli due to a bug since...
[submodule "arf005"]
path = arf005
url = https://forge.etsi.org/rep/arf/arf005.git
url = https://forge.etsi.org/rep/arf/openapi.git
......@@ -18,7 +18,7 @@
"description": "ISG ARF World Storage Cpp Server",
"main": "index.js",
"scripts": {
"generate": "cd EtsiServerGen && java -jar /usr/local/lib/node_modules/@openapitools/openapi-generator-cli/versions/6.6.0.jar generate -i ../openapi/API/worldstorage/worldstorageopenapi.yaml --skip-validate-spec -g cpp-restbed-server -o . && cd patches && ./applyPatches.sh",
"generate": "cd EtsiServerGen && java -jar /usr/local/lib/node_modules/@openapitools/openapi-generator-cli/versions/6.6.0.jar generate -i ../arf005/API/worldstorage/worldstorageopenapi.yaml --skip-validate-spec -g cpp-restbed-server -o . && cd patches && ./applyPatches.sh",
"installConan": "pip install conan",
"build": "cd EtsiServerGen && conan install . --build=missing -of build && cd build && cmake .. --preset conan-release && cmake --build . && sudo make install"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment