Skip to content
Snippets Groups Projects
Unverified Commit f4cbb6b2 authored by Patrick Quist's avatar Patrick Quist Committed by GitHub
Browse files

build command has changed

parent 7e9b5cb2
No related branches found
No related tags found
No related merge requests found
...@@ -36,7 +36,7 @@ unifex: ...@@ -36,7 +36,7 @@ unifex:
3. Test building 3. Test building
- Make sure you have a compiler installed, for example via `bin/ce_install install 'gcc 10.1.0'` - Make sure you have a compiler installed, for example via `bin/ce_install install 'gcc 10.1.0'`
- `bin/ce_install --enable nightly --buildfor g101 --dry build 'unifex'` - `bin/ce_install --dry-run --keep-staging --enable nightly build --buildfor g101 'unifex'`
- check one of the buildfolders that are created and see if there are .so's or .a's and otherwise check the - check one of the buildfolders that are created and see if there are .so's or .a's and otherwise check the
cecmakelog.txt and cemakelog_X.txt cecmakelog.txt and cemakelog_X.txt
- Iterate over this to make it work - Iterate over this to make it work
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment