mirror of
https://github.com/cmclark00/retro-imager.git
synced 2025-05-23 02:05:32 +01:00
Qt/QML edition
This commit is contained in:
commit
d7b361ba44
2168 changed files with 721948 additions and 0 deletions
41
dependencies/drivelist/.resinci.yml
vendored
Normal file
41
dependencies/drivelist/.resinci.yml
vendored
Normal file
|
@ -0,0 +1,41 @@
|
|||
---
|
||||
npm:
|
||||
environment:
|
||||
- name: CCACHE_TEMPDIR
|
||||
value: /tmp/.ccache-temp
|
||||
- name: CCACHE_COMPRESS
|
||||
value: 1
|
||||
- name: CC
|
||||
value: clang
|
||||
- name: CXX
|
||||
value: clang++
|
||||
platforms:
|
||||
- name: linux
|
||||
os: ubuntu
|
||||
architecture: x86_64
|
||||
node_versions:
|
||||
- "10"
|
||||
- "8"
|
||||
- "6"
|
||||
- name: linux
|
||||
os: ubuntu
|
||||
architecture: x86
|
||||
node_versions:
|
||||
- "8"
|
||||
- "6"
|
||||
- name: darwin
|
||||
os: macos
|
||||
architecture: x86_64
|
||||
node_versions:
|
||||
- "6"
|
||||
- name: windows
|
||||
os: windows
|
||||
architecture: x86_64
|
||||
node_versions:
|
||||
- "6"
|
||||
- name: windows
|
||||
os: windows
|
||||
architecture: x86
|
||||
node_versions:
|
||||
- "6"
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue