File: netlify-disable.toml

package info (click to toggle)
simde 0.8.2-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie, trixie-backports
  • size: 58,264 kB
  • sloc: ansic: 817,393; sh: 315; makefile: 45; python: 26
file content (38 lines) | stat: -rw-r--r-- 810 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
[build]
  publish = 'web'
  command = '''
    for header in simde/*/*.h; do
      header="$(echo "$header" | cut -b7-)"
      mkdir -p web/amalgamated/$(dirname "$header");
      ./amalgamate.py "simde/$header" > web/amalgamated/"${header}";
    done
  '''

[[headers]]
  for = "/amalgamated/*/*.h"
  [headers.values]
    Access-Control-Allow-Origin = "*"

[[redirects]]
  from = "/godbolt/simple"
  to = "https://godbolt.org/z/Y3XexA"
  status = 302
  force = true

[[redirects]]
  from = "/godbolt/demo"
  to = "https://godbolt.org/z/keBtF9"
  status = 302
  force = true

[[redirects]]
  from = "/godbolt/arm/neon/simple"
  to = "https://godbolt.org/z/6rdp4L"
  status = 302
  force = true

[[redirects]]
  from = "/godbolt/arm/neon/demo"
  to = "https://godbolt.org/z/sHVz49"
  status = 302
  force = true