Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
prod_build_cellframe-dashboard
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
cellframe
prod_build_cellframe-dashboard
Commits
273c1440
Commit
273c1440
authored
3 years ago
by
Aleksandr Vodianov
Committed by
Constantin P.
3 years ago
Browse files
Options
Downloads
Patches
Plain Diff
hotfix-build_win
parent
9212b383
No related branches found
Branches containing commit
No related tags found
1 merge request
!11
hotfix-build_win
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
general/post-build.sh
+1
-1
1 addition, 1 deletion
general/post-build.sh
windows/scripts/compile_and_pack.sh
+0
-1
0 additions, 1 deletion
windows/scripts/compile_and_pack.sh
windows/scripts/deploy.sh
+1
-1
1 addition, 1 deletion
windows/scripts/deploy.sh
with
2 additions
and
3 deletions
general/post-build.sh
+
1
−
1
View file @
273c1440
...
...
@@ -10,7 +10,7 @@ export_variables "prod_build/general/conf/*"
echo
"Mod handler"
if
[[
$CI_COMMIT_REF_NAME
!=
""
]]
&&
[[
$CI_COMMIT_REF_NAME
!=
"master"
]]
;
then
export
MOD
=
"-
${
MOD
}
-
${
CI_COMMIT_REF_NAME
}
"
export
MOD
=
"-
${
CI_COMMIT_REF_NAME
}
"
fi
...
...
This diff is collapsed.
Click to expand it.
windows/scripts/compile_and_pack.sh
+
0
−
1
View file @
273c1440
...
...
@@ -33,7 +33,6 @@ error=0
#2DO: add trap command to clean the sources on exit.
mkdir
-p
build_win32/dist/share/
cd
cellframe-node
&&
git submodule update
--init
--remote
&&
cd
-
sed
-i
's/#nsis_build/nsis_build/g'
CellFrameDashboardGUI/CellFrameDashboardGUI.pro
sed
-i
's/#nsis_build/nsis_build/g'
CellFrameDashboardService/CellFrameDashboardService.pro
sed
-i
's/compile.bat/compile.sh/g'
CellFrameDashboardGUI/CellFrameDashboardGUI.pro
...
...
This diff is collapsed.
Click to expand it.
windows/scripts/deploy.sh
+
1
−
1
View file @
273c1440
...
...
@@ -17,7 +17,7 @@ PKGFILES=$(ls . | grep .exe)
#echo "On path $REPO_DIR_SRC we have exe files."
for
pkgfile
in
$PKGFILES
;
do
pkgname
=
$(
echo
$pkgfile
|
sed
's/.exe$//'
)
pkgname_public
=
$(
echo
$pkgname
|
cut
-d
'-'
-f
2
-4
,7-
)
#cutting away Debian-9.12
pkgname_public
=
$(
echo
$pkgname
|
cut
-d
'-'
-f
1
-4
,7-
)
#cutting away Debian-9.12
pkgname_weblink
=
"
$(
echo
$pkgname
|
cut
-d
'-'
-f2
,8
)
-latest"
#leaving only necessary entries
mv
$pkgfile
$wd
/
$PACKAGE_PATH
/
$pkgname$MOD
.exe
||
{
echo
"[ERR] Something went wrong in publishing the package. Now aborting."
;
exit
-4
;
}
CODENAME
=
$(
echo
$pkgname
| rev |
cut
-d
'-'
-f1
| rev
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment