Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
E
eftar
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Leo Conforti
eftar
Commits
adf57d92
Commit
adf57d92
authored
3 weeks ago
by
Leo Conforti
Browse files
Options
Downloads
Patches
Plain Diff
save
parent
f5fb7149
Loading
Loading
No related merge requests found
Pipeline
#4538
passed
3 weeks ago
Stage: build
Stage: test
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.devcontainer/setup.sh
+1
-1
1 addition, 1 deletion
.devcontainer/setup.sh
.github/workflows/main.yml
+1
-1
1 addition, 1 deletion
.github/workflows/main.yml
.gitlab-ci.yml
+2
-1
2 additions, 1 deletion
.gitlab-ci.yml
with
4 additions
and
3 deletions
.devcontainer/setup.sh
+
1
−
1
View file @
adf57d92
...
...
@@ -17,7 +17,7 @@ pnpm build
echo
"🧪 Testing..."
(
cd test
/fixtures/
&&
tar
-cf
BeeMovieScript.tar ./content.txt
)
pnpm coverage
pnpm coverage
--run
echo
"✅ Devcontainer setup complete!"
echo
"🙏 Thank you for contributing to eftar!"
This diff is collapsed.
Click to expand it.
.github/workflows/main.yml
+
1
−
1
View file @
adf57d92
...
...
@@ -19,4 +19,4 @@ jobs:
-
uses
:
devcontainers/ci@v0.3
with
:
push
:
never
runCmd
:
pnpm coverage
runCmd
:
pnpm coverage
--run
This diff is collapsed.
Click to expand it.
.gitlab-ci.yml
+
2
−
1
View file @
adf57d92
...
...
@@ -39,6 +39,7 @@ build_job:
before_script
:
-
apk add --update nodejs npm python3 make g++
-
npm install --global @devcontainers/cli
-
chown -R 1000:1000 .
-
devcontainer build --no-cache --push
false
--image-name eftar-dev-container:latest --workspace-folder .
script
:
|
#!/bin/sh
...
...
@@ -52,7 +53,7 @@ build_job:
# Run build
devcontainer up --id-label ${id_label} --workspace-folder .
set +e
devcontainer exec --id-label ${id_label} --workspace-folder . pnpm coverage
devcontainer exec --id-label ${id_label} --workspace-folder . pnpm coverage
--run
build_exit_code=$?
set -e
...
...
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