Skip to content

Commit 68123bd

Browse files
committed
Add EIZO Monitor Test 2.1
1 parent 8dc1089 commit 68123bd

File tree

94 files changed

+2936
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

94 files changed

+2936
-0
lines changed

.github/workflows/build.yml

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
name: build
2+
3+
on: [push, pull_request, workflow_dispatch]
4+
5+
env:
6+
NAME: EizoMonitorTest
7+
PACKAGE_NAME: package.nw
8+
RETENTION_DAYS: 30
9+
10+
jobs:
11+
build:
12+
runs-on: ubuntu-latest
13+
14+
steps:
15+
16+
# Check out
17+
18+
- name: Check out ${{env.NAME}}
19+
uses: actions/checkout@v4.2.2
20+
21+
# Create package
22+
23+
- name: Create ${{env.PACKAGE_NAME}}
24+
run: |
25+
7z -tzip -mx=9 a ${{env.PACKAGE_NAME}} css/* img/* js/* *.png index.html inject_js_start.js LICENSE package.json README.md
26+
27+
# Upload package
28+
29+
- name: Upload ${{env.PACKAGE_NAME}}
30+
uses: actions/upload-artifact@v4.4.3
31+
with:
32+
name: ${{env.PACKAGE_NAME}}
33+
path: ${{env.PACKAGE_NAME}}
34+
compression-level: 0
35+
retention-days: ${{env.RETENTION_DAYS}}

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Build artifact.
2+
package.nw

EIZO.png

210 Bytes

README.md

Lines changed: 20 additions & 0 deletions

apple-touch-icon.png

6.49 KB
Binary file not shown.
Binary file not shown.

css/Fonts/20048613-c880-452b-a12c-fc1ea23e8d5f.svg

Lines changed: 256 additions & 0 deletions

css/Fonts/2b603d60-8e48-4902-a454-79ad6e94ae9f.svg

Lines changed: 407 additions & 0 deletions
Binary file not shown.

0 commit comments

Comments
 (0)