Skip to content

Commit

Permalink
Merge pull request #659 from parallaxinc/develop
Browse files Browse the repository at this point in the history
Release 1.6.0
  • Loading branch information
zfi authored Jul 29, 2021
2 parents 7f4644b + dfda1b2 commit a31c92f
Show file tree
Hide file tree
Showing 30 changed files with 18,888 additions and 4,994 deletions.
37 changes: 37 additions & 0 deletions .github/workflows/solo-develop.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
name: Solo Test

on:
push:
branches: [ develop, main ]
pull_request:
branches: [ develop ]

jobs:
test:
name: Run Solo Tests
runs-on: ubuntu-latest

strategy:
matrix:
node-version: [16.x]

steps:
- name: Checkout source code
uses: actions/checkout@v2

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}

- name: Run npm install
run: npm ci

- name: Build SCSS
run: npx sass src/scss/main.scss dist/main.css

- name: Run build process
run: npm run build --if-present

- name: Run embedded tests
run: npm test
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ lib
.cache

# SASS outputs
sass/*.css
sass/*.map
src/scss/*.css
src/scss/*.map
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
version: ~> 1.0
os: linux
dist: bionic
dist: focal
addons:
snaps:
- name: node
channel: 10/stable
channel: 16/stable
confinement: classic

# The minimal image contains:
Expand All @@ -17,7 +17,7 @@ addons:
language: minimal

node_js:
- 12
- 16

env:
- TRAVIS_CI=true
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Parallax robots and sensors.

[https://solo.parallax.com/](https://solo.parallax.com)

*develop* [![Build Status](https://travis-ci.org/parallaxinc/solo.svg?branch=develop)](https://travis-ci.org/parallaxinc/solo)
[![Actions Status](https://github.com/parallaxinc/solo/workflows/Solo%20Test/badge.svg)](https://github.com/parallaxinc/solo/actions)

### Supported Browsers
Chrome - v84+
Expand Down
206 changes: 0 additions & 206 deletions build_propc.py

This file was deleted.

Loading

0 comments on commit a31c92f

Please sign in to comment.