Opened 6 years ago
Closed 6 years ago
#764 closed defect (fixed)
XCW is broken
Reported by: | Jiri Svoboda | Owned by: | Jiri Svoboda |
---|---|---|---|
Priority: | major | Milestone: | 0.8.0 |
Component: | helenos/unspecified | Version: | mainline |
Keywords: | Cc: | ||
Blocker for: | Depends on: | ||
See also: |
Description (last modified by )
Commit 009c485952250dbca2420fd8ee4fa68ffaf7b9ac (Always use CC for linking.) and probably others completely broke XCW Please test your changes.
Change History (6)
comment:1 by , 6 years ago
Owner: | set to |
---|---|
Status: | new → accepted |
comment:2 by , 6 years ago
Description: | modified (diff) |
---|
comment:3 by , 6 years ago
comment:4 by , 6 years ago
$ cd <helenos-repo>/tools/xcw/demo $ PATH=$PATH:<helenos-repo>/tools/xcw/bin $ make
I think I can simply add it to the default makefile target so it will run as part of the OS build.
comment:5 by , 6 years ago
Oh, I have not noticed the demo there. Thanks!
Anyway, the module for CI is still an option.
Note:
See TracTickets
for help on using tickets.
What is the minimal example for XCW? Can we add such test to Travis or at least to CI? I can write the module for CI but I never used XCW…