Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
D
DataEditorX
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Dark_Zane
DataEditorX
Commits
84ca87cb
Commit
84ca87cb
authored
Jan 13, 2022
by
JoyJ
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
version
parent
26b35d9e
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
8 deletions
+14
-8
.gitlab-ci.yml
.gitlab-ci.yml
+12
-6
DataEditorX/readme.txt
DataEditorX/readme.txt
+2
-2
No files found.
.gitlab-ci.yml
View file @
84ca87cb
...
...
@@ -9,12 +9,18 @@ build_dex:
stage
:
build
dependencies
:
[]
tags
:
-
linux
#only:
# - master
image
:
mono
-
vs
only
:
-
master
script
:
-
./ci/build.sh
-
cmd /c nuget restore
-
cmd /c '"C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Current\Bin\msbuild.exe" DataEditorX.sln /p:Configuration=Release /p:Platform="Any CPU" /p:OutDir=$PWD/output/ /p:TargetFrameworkVersion=v4.6
-
mkdir -p dist/releases
-
cd output
-
7z a -mx9 ../dist/releases/DataEditorX-3.0.1.0.zip ./*
-
cd ..
-
copy DataEditorX/readme.txt dist/version.txt
artifacts
:
paths
:
-
dist/
...
...
DataEditorX/readme.txt
View file @
84ca87cb
[DataEditorX]3.0.
0.8
[DataEditorX]
[URL]https://cdn01.moecube.com/DataEditorX/releases/DataEditorX-3.0.
0.8
.zip[URL]
[DataEditorX]3.0.
1.0
[DataEditorX]
[URL]https://cdn01.moecube.com/DataEditorX/releases/DataEditorX-3.0.
1.0
.zip[URL]
★运行环境(Environment)
本程序基于.Net framework 4.6开发
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment