Skip to content

Commit 1b114c4

Browse files
committed
restored erronously omitted node12 circleci test, removed duplicated regl_codegen/style.css
1 parent 0f63027 commit 1b114c4

File tree

3 files changed

+18
-69
lines changed

3 files changed

+18
-69
lines changed

.circleci/config.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,22 @@ orbs:
1010
# https://hub.docker.com/r/cimg/node/tags/
1111

1212
jobs:
13+
install-and-cibuild-node12: # cibuild using node 12 & npm 6
14+
docker:
15+
- image: cimg/node:12.22.7
16+
working_directory: ~/plotly.js
17+
steps:
18+
- checkout
19+
- run:
20+
name: Set up build environment
21+
command: .circleci/env_build.sh
22+
- run:
23+
name: Pretest
24+
command: npm run pretest
25+
- run:
26+
name: CI-Build
27+
command: npm run cibuild
28+
1329
install-and-cibuild:
1430
docker:
1531
- image: cimg/node:16.8.0
@@ -402,6 +418,7 @@ workflows:
402418
version: 2
403419
build-and-test:
404420
jobs:
421+
- install-and-cibuild-node12
405422
- install-and-cibuild
406423
- timezone-jasmine:
407424
requires:

devtools/regl_codegen/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<title>REGL Codegen</title>
55
<link rel="stylesheet" type="text/css" href="//fonts.googleapis.com/css?family=Open+Sans:600,400,300,200|Droid+Sans|PT+Sans+Narrow|Gravitas+One|Droid+Sans+Mono|Droid+Serif|Raleway|Old+Standard+TT"/>
6-
<link rel="stylesheet" type="text/css" href="./style.css">
6+
<link rel="stylesheet" type="text/css" href="../test_dashboard/style.css">
77
</head>
88
<body>
99
<section id="mocks-list"></section>

devtools/regl_codegen/style.css

Lines changed: 0 additions & 68 deletions
This file was deleted.

0 commit comments

Comments
 (0)