Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
eepm
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Builder Robot
eepm
Commits
f473deaa
Commit
f473deaa
authored
Dec 22, 2025
by
Ivan Mazhukin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
epm CI: add ci dir; move all ci scripts to ci dir
parent
a660b308
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
5 deletions
+5
-5
.gitlab-ci.yml
.gitlab-ci.yml
+3
-3
ci-diff-apps.sh
ci/ci-diff-apps.sh
+0
-0
gen-ci.sh
ci/gen-ci.sh
+2
-2
push-results-ci.sh
ci/push-results-ci.sh
+0
-0
No files found.
.gitlab-ci.yml
View file @
f473deaa
...
@@ -5,7 +5,7 @@ scheduled_ci:
...
@@ -5,7 +5,7 @@ scheduled_ci:
-
access
-
access
script
:
script
:
-
apt-get update && apt-get install -y git wget
-
apt-get update && apt-get install -y git wget
-
bash gen-ci.sh > .gitlab-ci.yml
-
bash
ci/
gen-ci.sh > .gitlab-ci.yml
-
git config user.name "CI Bot"
-
git config user.name "CI Bot"
-
git config user.email "ci@etersoft.ru"
-
git config user.email "ci@etersoft.ru"
-
git checkout -B ci-generated
-
git checkout -B ci-generated
...
@@ -25,4 +25,4 @@ generate_ci:
...
@@ -25,4 +25,4 @@ generate_ci:
-
devel
-
devel
script
:
script
:
-
apt-get update && apt-get install -y git wget
-
apt-get update && apt-get install -y git wget
-
bash ci-diff-apps.sh
-
bash ci/ci-diff-apps.sh
\ No newline at end of file
\ No newline at end of file
ci-diff-apps.sh
→
ci
/ci
-diff-apps.sh
View file @
f473deaa
File moved
gen-ci.sh
→
ci/
gen-ci.sh
View file @
f473deaa
...
@@ -37,7 +37,7 @@ for app in $apps; do
...
@@ -37,7 +37,7 @@ for app in $apps; do
echo
" - ./bin/epm -y install wget glibc-pthread file"
echo
" - ./bin/epm -y install wget glibc-pthread file"
echo
" - ./bin/epm -y play kubo"
echo
" - ./bin/epm -y play kubo"
echo
" script:"
echo
" script:"
echo
" - bash ./
tests
/run_one_ci.sh
$app
"
echo
" - bash ./
ci
/run_one_ci.sh
$app
"
echo
" artifacts:"
echo
" artifacts:"
echo
" when: always"
echo
" when: always"
echo
" expire_in: 30 days"
echo
" expire_in: 30 days"
...
@@ -60,7 +60,7 @@ for app in $apps; do
...
@@ -60,7 +60,7 @@ for app in $apps; do
echo
" - ./bin/epm install -y bash wget ca-certificates coreutils file"
echo
" - ./bin/epm install -y bash wget ca-certificates coreutils file"
echo
" script:"
echo
" script:"
echo
" - echo
\"
Testing
$app
on Debian bookworm (IPFS mode)
\"
"
echo
" - echo
\"
Testing
$app
on Debian bookworm (IPFS mode)
\"
"
echo
" - bash ./
tests
/run_one_ci.sh
$app
--ipfs"
echo
" - bash ./
ci
/run_one_ci.sh
$app
--ipfs"
echo
" artifacts:"
echo
" artifacts:"
echo
" when: always"
echo
" when: always"
echo
" expire_in: 30 days"
echo
" expire_in: 30 days"
...
...
push-results-ci.sh
→
ci/
push-results-ci.sh
View file @
f473deaa
File moved
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