Skip to content
This repository has been archived by the owner on Jan 12, 2024. It is now read-only.

Update GCC on Travis CI to enable Linux build. #39

Merged
merged 6 commits into from Apr 3, 2018

Conversation

cgranade
Copy link
Contributor

@cgranade cgranade commented Apr 3, 2018

This PR updates the version of GCC installed on the Travis CI build image such that the correct GNU OpenMP implementation is available to the simulator runtime. This allows the the Linux builds to successfully complete, so the PR also enables Travis CI testing on both macOS and Linux.

@cgranade cgranade requested a review from anpaz April 3, 2018 02:07
@anpaz anpaz merged commit ed3f635 into master Apr 3, 2018
@anpaz anpaz deleted the cgranade/travis-linux branch February 1, 2019 22:33
jwittner pushed a commit to jwittner/Quantum that referenced this pull request Dec 16, 2019
* fixing doc gen call

* adding a test for docs generation

* need to generate docs for source files only such that we can build the docs for muliple dlls without interferences

* forgot to check if the dictionary exists before clearning it in test
jwittner pushed a commit to jwittner/Quantum that referenced this pull request Dec 16, 2019
* Fixing doc gen call (microsoft#39)

* fixing doc gen call

* adding a test for docs generation

* need to generate docs for source files only such that we can build the docs for muliple dlls without interferences

* forgot to check if the dictionary exists before clearning it in test

* Updating qdk to latest version
jwittner pushed a commit to jwittner/Quantum that referenced this pull request Dec 16, 2019
)

* Updating QDK to latest version. (microsoft#53)

* Fixing doc gen call (microsoft#39)

* fixing doc gen call

* adding a test for docs generation

* need to generate docs for source files only such that we can build the docs for muliple dlls without interferences

* forgot to check if the dictionary exists before clearning it in test

* Updating qdk to latest version

* Fixing vs code extension build script on linux (microsoft#56)

* fixing a stackoverflow for large files (microsoft#55)

* Build VS Code dependencies from either pwsh or powershell. (microsoft#59)

* Add automatic indentation to Visual Studio extension (microsoft#60)

* Add automatic indentation to Visual Studio extension

* Find the indentation of the last non-empty line

The previous line can be empty, which would reset the indentation to 0 if e.g. you pressed enter twice in a row. Loop backwards to find the last non-empty line and use that line's indentation instead.

* Remove assumption from GetLastNonEmptyLine

* Move QsSmartIndentProvider to the top of the file

* Flip order of ternary operator in GetIndentation

* Add doc comment to GetDesiredIndentation

* Add note about nullable return type of GetDesiredIndentation

* Show signature help for the first argument (microsoft#63)

We also trigger signature help on "("

* Always log exceptions from file queries in debug mode (microsoft#70)

* Handling specialization redeclarations (microsoft#85)

* Add install template and new project commands to VS Code extension. (microsoft#79)

* Compile time errors for overflowing int and double literals (microsoft#87)
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants