PikoRT / pikoRT

A tiny Linux-like real-time kernel optimized for ARM Cortex-M chips
Other
304 stars 61 forks source link

Travis.CI: Fix misused of matrix #54

Closed lecopzer closed 6 years ago

lecopzer commented 6 years ago
  1. Don't use PYTHON=python3 in mk/flags.mk, this makes Travis can't run Python in correct version.
  2. Fix misused of matrix by using jobs and stage
  3. Remove some duplicated attribute like os:, etc.
  4. Use export PATH=$PWD:$PATH that PATH scans from left to right. Avoid having the binary in unwanted path.