Skip to content

Commit 1efb0c9

Browse files
committed
Add dev container, fix bugs in compiler setup (#20)
Features added: * Add clang include directory to cfg * Adding statiging release * Add dev container * Add runtime library interface * Adding first version of unistd.c * Adding print for exit code at debug exit Bug Fixes: * Fix bugs in compiler cfg template * Fix namecmp to recognize substrings as non equal * Fix abi thread local issue, add test program build to top level cmake project * Fix makro in cmake template * Fix debug to handle unlimited number of input items or input-/outputsets
1 parent dbabf52 commit 1efb0c9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/release_experimental.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
1-
name: release latest with all library versions
1+
name: release experimental with all library versions
22

33
on:
4-
pull_request:
4+
push:
55
branches: [ "dev/staging" ]
66

7+
78
jobs:
89
build:
910
strategy:

0 commit comments

Comments
 (0)