Compare commits
69 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
bf74c5b8cf | ||
|
|
2323000732 | ||
|
|
97ca6a23c7 | ||
|
|
ccfa671f52 | ||
|
|
6e6b3aa8a6 | ||
|
|
812a652bed | ||
|
|
19e0acdf6d | ||
|
|
d21c529591 | ||
|
|
7d08a6bdfc | ||
|
|
83dddbea1e | ||
|
|
8c3ff4993b | ||
|
|
34d41c4c5b | ||
|
|
efce751464 | ||
|
|
02a32a81f2 | ||
|
|
90c76900e1 | ||
|
|
4cb196b579 | ||
|
|
30343d47a0 | ||
|
|
7410e3f488 | ||
|
|
36434648d6 | ||
|
|
42c671c3a7 | ||
|
|
aa6c42b840 | ||
|
|
92e0636354 | ||
|
|
f84cc424b1 | ||
|
|
1e11687962 | ||
|
|
07a05df171 | ||
|
|
4c101287bf | ||
|
|
a16f0be550 | ||
|
|
6915961e99 | ||
|
|
1612ba9195 | ||
|
|
44fef51edd | ||
|
|
946a585ec7 | ||
|
|
cd6210888b | ||
|
|
ccf5c37ec8 | ||
|
|
0edade93c1 | ||
|
|
ce80b62b82 | ||
|
|
80d1d57d94 | ||
|
|
1d21757453 | ||
|
|
4644383c73 | ||
|
|
a99b373b25 | ||
|
|
7cf0b95477 | ||
|
|
ae4e872b74 | ||
|
|
4e5f0a0f89 | ||
|
|
599872b114 | ||
|
|
e11ab2dae5 | ||
|
|
d46d044e2d | ||
|
|
b81d07eb49 | ||
|
|
0f744108b0 | ||
|
|
e92fa54cac | ||
|
|
c4a48cbed4 | ||
|
|
cdabe00195 | ||
|
|
60c589fb74 | ||
|
|
5024ed74d4 | ||
|
|
8f1f252601 | ||
|
|
927da67587 | ||
|
|
ce4627919f | ||
|
|
ee48cf94c5 | ||
|
|
3f5c906577 | ||
|
|
d6450e63c0 | ||
|
|
71e17e719b | ||
|
|
d5c9874b2b | ||
|
|
94eff683a6 | ||
|
|
8ba224680f | ||
|
|
5f3dac6eef | ||
|
|
03dd9529e0 | ||
|
|
abd1186280 | ||
|
|
4f65bc33b4 | ||
|
|
3f17cef2f3 | ||
|
|
83b57db47c | ||
|
|
ca53b60531 |
@@ -1,23 +1,40 @@
|
||||
stages: # List of stages for jobs, and their order of execution
|
||||
stages:
|
||||
- prepare # List of stages for jobs, and their order of execution
|
||||
- release
|
||||
|
||||
image: python:3.10
|
||||
|
||||
release_job:
|
||||
|
||||
prepare_job:
|
||||
stage: prepare
|
||||
script:
|
||||
- 'pip install requests'
|
||||
- 'git clone https://gitlab-ci-token:${CI_JOB_TOKEN}@gl.beaconborn.ru/bacon/translation-generator.git'
|
||||
- 'python3 translation-generator/main.py $CI_PROJECT_DIR/WPE-2/data/'
|
||||
- 'ls -al'
|
||||
- cat test.txt
|
||||
|
||||
|
||||
release_job:
|
||||
needs:
|
||||
- prepare_job
|
||||
stage: release # It only runs when *both* jobs in the test stage complete successfully.
|
||||
image: registry.gitlab.com/gitlab-org/release-cli:latest
|
||||
|
||||
rules:
|
||||
- if: "$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH"
|
||||
- if: $CI_COMMIT_TAG
|
||||
when: never
|
||||
- if:
|
||||
changes:
|
||||
- data/**/*
|
||||
- modinfo.lua
|
||||
- thumb.png
|
||||
|
||||
only:
|
||||
# - if: "$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH"
|
||||
refs:
|
||||
- testing
|
||||
- ^tags
|
||||
changes:
|
||||
- data/**/*
|
||||
- modinfo.lua
|
||||
- thumb.png
|
||||
- test.txt
|
||||
|
||||
script:
|
||||
- echo "Release WPE 2.0_$CI_COMMIT_SHORT_SHA"
|
||||
- echo "Release WPE 2.0_$CI_COMMIT_SHORT_SHA branch $CI_COMMIT_BRANCH"
|
||||
|
||||
release:
|
||||
tag_name: v2.0.$CI_PIPELINE_IID
|
||||
|
||||
@@ -1,7 +0,0 @@
|
||||
{
|
||||
"ExpandedNodes": [
|
||||
""
|
||||
],
|
||||
"SelectedNode": "\\C:\\Users\\riksl\\Source\\Repos\\weapon-project-extended",
|
||||
"PreviewInSolutionExplorer": false
|
||||
}
|
||||
BIN
.vs/slnx.sqlite
BIN
.vs/slnx.sqlite
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -1,7 +1,5 @@
|
||||
[](http://gl.beaconborn.ru/bacon/weapon-project-extended/-/commits/main)
|
||||
# weapon project extended
|
||||
|
||||
|
||||
[](http://gl.beaconborn.ru/bacon/weapon-project-extended/-/commits/main) [](http://gl.beaconborn.ru/bacon/weapon-project-extended/-/releases)
|
||||
# weapon project extended 2.0
|
||||
|
||||
## Getting started
|
||||
|
||||
@@ -11,4 +9,4 @@ That mod for Avorion original writed [Alive!](https://steamcommunity.com/id/CasK
|
||||
* Hookgun
|
||||
* Smart-cannon
|
||||
* Heavy Cannon
|
||||
* Diffuser
|
||||
* Diffuser
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
|
||||
meta =
|
||||
{
|
||||
-- ID of your mod; Make sure this is unique!
|
||||
@@ -14,14 +13,14 @@ meta =
|
||||
title = "Weapon Pack Extended2",
|
||||
|
||||
-- Description of your mod that will be displayed to players
|
||||
description = "Adds some new weapon to the game. test",
|
||||
description = "Adds some new weapon to the game.",
|
||||
|
||||
-- Insert all authors into this list
|
||||
authors = {"Alive!"},
|
||||
|
||||
-- Version of your mod, should be in format 1.0.0 (major.minor.patch) or 1.0 (major.minor)
|
||||
-- This will be used to check for unmet dependencies or incompatibilities
|
||||
version = "1.3",
|
||||
version = "2.0",
|
||||
|
||||
-- If your mod requires dependencies, enter them here. The game will check that all dependencies given here are met.
|
||||
-- Possible attributes:
|
||||
|
||||
Reference in New Issue
Block a user