Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
gargantext-ihaskell
Project
Project
Details
Activity
Releases
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
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gargantext
gargantext-ihaskell
Commits
5b7d1be6
Commit
5b7d1be6
authored
Oct 30, 2017
by
Vaibhav Sagar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Cache Nix store
parent
ea5f4536
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
+8
-0
.travis.yml
.travis.yml
+8
-0
No files found.
.travis.yml
View file @
5b7d1be6
...
...
@@ -197,15 +197,23 @@ matrix:
fi
-
language
:
nix
env
:
RELEASE_NIX="release.nix"
cache
:
directories
:
-
/nix/store
install
:
-
export NIX_CONF_DIR=~
-
echo "binary-caches = http://128.199.234.106:3000" >> $NIX_CONF_DIR/nix.conf
-
echo "binary-cache-public-keys = 128.199.234.106:jzUyrIQHov5i6f94jQVriqPDLuPYlZPAsga3W3k+L8E=" >> $NIX_CONF_DIR/nix.conf
script
:
nix-build -I nixpkgs=https://github.com/NixOS/nixpkgs-channels/archive/a0b50eab599005127476e7b3b4ae8bd2d363091b.tar.gz $RELEASE_NIX
before_cache
:
nix-collect-garbage -d
-
language
:
nix
env
:
RELEASE_NIX="release-8.2.nix"
cache
:
directories
:
-
/nix/store
install
:
-
export NIX_CONF_DIR=~
-
echo "binary-caches = http://128.199.234.106:3000" >> $NIX_CONF_DIR/nix.conf
-
echo "binary-cache-public-keys = 128.199.234.106:jzUyrIQHov5i6f94jQVriqPDLuPYlZPAsga3W3k+L8E=" >> $NIX_CONF_DIR/nix.conf
script
:
nix-build -I nixpkgs=https://github.com/NixOS/nixpkgs-channels/archive/a0b50eab599005127476e7b3b4ae8bd2d363091b.tar.gz $RELEASE_NIX
before_cache
:
nix-collect-garbage -d
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