Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
argotest
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
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
Valentin Reis
argotest
Commits
d5fbcc7f
Commit
d5fbcc7f
authored
Dec 07, 2018
by
Valentin Reis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
trying with dockerfile
parent
875efedd
Pipeline
#4569
failed with stages
in 24 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
0 deletions
+15
-0
.gitlab-ci.yml
.gitlab-ci.yml
+12
-0
Dockerfile
Dockerfile
+3
-0
No files found.
.gitlab-ci.yml
View file @
d5fbcc7f
stages
:
-
build
-
test
nix.test
:
...
...
@@ -8,3 +9,14 @@ nix.test:
except
:
-
/^wip\/.*/
-
/^WIP\/.*/
image
:
docker:stable
before_script
:
-
docker info
build
:
stage
:
build
script
:
-
docker build -t custom-nix-docker- .
-
docker run custom-nix-docker- ./test.hs
Dockerfile
0 → 100644
View file @
d5fbcc7f
FROM
nixos/nix
RUN
nix-env
-iA
nixos.git
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