File tree Expand file tree Collapse file tree 5 files changed +16
-20
lines changed Expand file tree Collapse file tree 5 files changed +16
-20
lines changed Original file line number Diff line number Diff line change 9
9
- ' hdw-a339x/**'
10
10
- ' scripts/build-a339x.js'
11
11
- ' scripts/build-a339x.sh'
12
+ - ' scripts/build-cmake-a339x.sh'
13
+ - ' scripts/copy_a339x.sh'
14
+ - ' scripts/fragment-a339x.js'
15
+ - ' scripts/install-source-a339x.js'
12
16
- ' a339x-igniter.config.mjs'
13
17
- ' package.json'
14
18
- ' package-lock.json'
15
19
- ' flybywire'
20
+ - ' Cargo-A339X.toml'
16
21
17
22
jobs :
18
23
build :
Original file line number Diff line number Diff line change 9
9
- ' hdw-a339x/**'
10
10
- ' scripts/build-a339x.js'
11
11
- ' scripts/build-a339x.sh'
12
+ - ' scripts/build-cmake-a339x.sh'
13
+ - ' scripts/copy_a339x.sh'
14
+ - ' scripts/fragment-a339x.js'
15
+ - ' scripts/install-source-a339x.js'
12
16
- ' a339x-igniter.config.mjs'
13
17
- ' package.json'
14
18
- ' package-lock.json'
15
19
- ' flybywire'
20
+ - ' Cargo-A339X.toml'
16
21
17
22
jobs :
18
23
build :
75
80
cd ../../
76
81
- name : Upload to CloudFlare CDN
77
82
run : |
78
- ./scripts/cdn.sh $CDN_BUCKET_DESTINATION ./build-a339x/out/build-modules
83
+ ./scripts/cdn.sh $CDN_BUCKET_DESTINATION ./build-a339x/out/build-modules
Original file line number Diff line number Diff line change 12
12
- ' hdw-a339x/**'
13
13
- ' scripts/build-a339x.js'
14
14
- ' scripts/build-a339x.sh'
15
+ - ' scripts/build-cmake-a339x.sh'
16
+ - ' scripts/copy_a339x.sh'
17
+ - ' scripts/fragment-a339x.js'
18
+ - ' scripts/install-source-a339x.js'
15
19
- ' a339x-igniter.config.mjs'
16
20
- ' package.json'
17
21
- ' package-lock.json'
22
+ - ' Cargo-A339X.toml'
18
23
19
24
jobs :
20
25
build :
Original file line number Diff line number Diff line change @@ -6,9 +6,6 @@ members = [
6
6
" build-a339x/src/wasm/systems/a320_systems" ,
7
7
" build-a339x/src/wasm/systems/a320_systems_wasm" ,
8
8
" build-a339x/src/wasm/systems/a320_hydraulic_simulation_graphs" ,
9
- " build-a339x-acj/src/wasm/systems/a320_systems" ,
10
- " build-a339x-acj/src/wasm/systems/a320_systems_wasm" ,
11
- " build-a339x-acj/src/wasm/systems/a320_hydraulic_simulation_graphs" ,
12
9
" build-common/src/wasm/systems/systems" ,
13
10
" build-common/src/wasm/systems/systems_wasm" ,
14
11
]
Original file line number Diff line number Diff line change @@ -45,22 +45,6 @@ const execute = async () => {
45
45
name : 'Panels' ,
46
46
sourceDir : './SimObjects/Airplanes/Headwind_A330neo/panel' ,
47
47
} ,
48
- {
49
- name : 'ACJModel' ,
50
- sourceDir : './SimObjects/Airplanes/Headwind_ACJ330_900/model' ,
51
- } ,
52
- {
53
- name : 'ACJPanel' ,
54
- sourceDir : './SimObjects/Airplanes/Headwind_ACJ330_900/panel' ,
55
- } ,
56
- {
57
- name : 'ACJSound' ,
58
- sourceDir : './SimObjects/Airplanes/Headwind_ACJ330_900/sound' ,
59
- } ,
60
- {
61
- name : 'ACJTextures' ,
62
- sourceDir : './SimObjects/Airplanes/Headwind_ACJ330_900/texture' ,
63
- } ,
64
48
{
65
49
name : 'ContentInfo' ,
66
50
sourceDir : './ContentInfo' ,
You can’t perform that action at this time.
0 commit comments