File: netlify.toml

package info (click to toggle)
simde 0.7.2-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 28,284 kB
  • sloc: ansic: 410,189; sh: 174; makefile: 41; python: 26
file content (32 lines) | stat: -rw-r--r-- 842 bytes parent folder | download | duplicates (3)
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
[build]
  publish = 'web'
  command = 'mkdir -p web/amalgamated/x86 && (cd simde && for header in x86/*.h; do ../amalgamate.py "$header" > ../web/amalgamated/"$header"; done); mkdir -p web/amalgamated/arm && (cd simde/arm && ../../amalgamate.py neon.h > ../../web/amalgamated/arm/neon.h)'

[[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