Merge pull request #350 from NixOS/fix-build
travis: run nix-build on release.nix
This commit is contained in:
commit
1a924fe0b1
2 changed files with 4 additions and 4 deletions
|
@ -7,7 +7,7 @@ matrix:
|
||||||
script: nix-shell --run checkPhase --arg useNix1 false -A mozilla-rust-overlay
|
script: nix-shell --run checkPhase --arg useNix1 false -A mozilla-rust-overlay
|
||||||
- name: checkPhase - Nix 2
|
- name: checkPhase - Nix 2
|
||||||
script: nix-shell --run checkPhase --arg useNix1 false
|
script: nix-shell --run checkPhase --arg useNix1 false
|
||||||
- name: checkPhase - Nix 2
|
|
||||||
script: nix-shell --run checkPhase --arg useNix1 false
|
|
||||||
- name: checkPhase - Nix 1
|
- name: checkPhase - Nix 1
|
||||||
script: nix-shell --run checkPhase --arg useNix1 true
|
script: nix-shell --run checkPhase --arg useNix1 true
|
||||||
|
- name: nix-build
|
||||||
|
script: nix-build ./default.nix -A ofborg.rs -A ofborg.php
|
||||||
|
|
|
@ -64,8 +64,8 @@ let crates = cratesIO // rec {
|
||||||
authors = [ "softprops <d.tangren@gmail.com>" ];
|
authors = [ "softprops <d.tangren@gmail.com>" ];
|
||||||
src = fetchgit {
|
src = fetchgit {
|
||||||
url = "https://github.com/grahamc/hubcaps.git";
|
url = "https://github.com/grahamc/hubcaps.git";
|
||||||
rev = "a7477f35f9dbc33a34f4486593f3725b4e523028";
|
rev = "1c5da1e60ee2d0d69188d83da048e7328aae05b9";
|
||||||
sha256 = "15fxiraq6dylxarlm9izjcvhxw60ah43g8xad5b27lifpq9pp9g2";
|
sha256 = "0s8ralkinvcjs5cnl2iar0hzwa1k16b7a0n24fw5dx9fqcykm4ya";
|
||||||
fetchSubmodules = false;
|
fetchSubmodules = false;
|
||||||
};
|
};
|
||||||
dependencies = mapFeatures features ([
|
dependencies = mapFeatures features ([
|
||||||
|
|
Loading…
Reference in a new issue