Browse Source

Update CI build matrix

Vadim Kaushan 6 years ago
parent
commit
d5e487fcf7
1 changed files with 12 additions and 27 deletions
  1. 12 27
      riscv-rt/.travis.yml

+ 12 - 27
riscv-rt/.travis.yml

@@ -1,36 +1,21 @@
 language: rust
 language: rust
 
 
-matrix:
+rust:
-  include:
+- nightly
-    #- env: TARGET=x86_64-unknown-linux-gnu
+- stable
-    #  if: (branch = staging OR branch = trying OR branch = master) OR (type = pull_request AND branch = master)
-
-    #- env: TARGET=riscv32imac-unknown-none-elf
-    #  if: (branch = staging OR branch = trying OR branch = master) OR (type = pull_request AND branch = master)
-
-    #- env: TARGET=x86_64-unknown-linux-gnu
-    #  rust: beta
-    #  if: (branch = staging OR branch = trying OR branch = master) OR (type = pull_request AND branch = master)
 
 
-    #- env: TARGET=riscv32imac-unknown-none-elf
+env:
-    #  rust: beta
+- TARGET=x86_64-unknown-linux-gnu
-    #  if: (branch = staging OR branch = trying OR branch = master) OR (type = pull_request AND branch = master)
+- TARGET=riscv32imac-unknown-none-elf
+- TARGET=riscv64imac-unknown-none-elf
 
 
-    - env: TARGET=x86_64-unknown-linux-gnu
+if: (branch = staging OR branch = trying OR branch = master) OR (type = pull_request AND branch = master)
-      rust: nightly
-      if: (branch = staging OR branch = trying OR branch = master) OR (type = pull_request AND branch = master)
 
 
-    - env: TARGET=riscv32imac-unknown-none-elf
+matrix:
-      rust: nightly
+  exclude:
-      if: (branch = staging OR branch = trying OR branch = master) OR (type = pull_request AND branch = master)
+    - rust: stable
-
+      env: TARGET=riscv64imac-unknown-none-elf
-    - env: TARGET=x86_64-unknown-linux-gnu
-      rust: stable
-      if: (branch = staging OR branch = trying OR branch = master) OR (type = pull_request AND branch = master)
 
 
-    - env: TARGET=riscv32imac-unknown-none-elf
-      rust: stable
-      if: (branch = staging OR branch = trying OR branch = master) OR (type = pull_request AND branch = master)
 
 
 before_install: set -e
 before_install: set -e