私は C プログラマーではありませんが、Jenkins でブースト テストを実行する必要があります。Jenkins に xUnit プラグインをインストールしました。
ビルド後のアクションを追加しました:「xUnitテスト結果レポートを公開する」次に、このビルド後のステップで「BoostTest-1.x(デフォルト)」を追加しました
これで、次のオプションを設定できます。
https://www.dropbox.com/s/wxcny55rz2bqk6r/boost_jenkins_options.png
私が設定したオプションはランダムなので、助けてください。何も理解できず、チュートリアルも見つかりませんでした。
ブースト ユニット テストも xUnit Jenkins プラグインも使用していません。
誰でも私を助けることができますか?
編集:ジェンキンスは私にこれを言います:
make[1]: Leaving directory `/var/lib/jenkins/workspace/southernd_test'
[xUnit] [INFO] - Starting to record.
[xUnit] [INFO] - Processing BoostTest-1.x (default)
[xUnit] [INFO] - [BoostTest-1.x (default)] - No test report file(s) were found with the pattern 'boost/*.xsl' relative to '/var/lib/jenkins/workspace/southernd_test' for the testing framework 'BoostTest-1.x (default)'. Did you enter a pattern relative to the correct directory? Did you generate the result report(s) for 'BoostTest-1.x (default)'?
[xUnit] [ERROR] - No test reports found for the metric 'BoostTest' with the resolved pattern 'boost/*.xsl'. Configuration error?.
[xUnit] [INFO] - Setting the build status to FAILURE
[xUnit] [INFO] - Stopping recording.
Build step 'Publish xUnit test result report' changed build result to FAILURE
Finished: FAILURE